Interactive book store designed on GraphQL queries.
- Written in typescript
- Step 1: Clone this repository.
- Step 2: Change your directory to the clone.
cd <folder_name>
- Step 3: .Install all dependencies
npm run setup-server && npm run setup-client
- Step 4: Run the server
npm run serve-server
- Step 4: Run the client
npm run serve-client
In the project directory, you can run:
Installs all server dependencies listed in ./server/package.json
.
Builds the server and outputs the build files in ./server/dist
.
Starts server on port process.env.PORT
.
Installs all client dependencies listed in ./client/package.json
.
Builds the app for production to the ./client/build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
Serves react application on PORT 3000
Distributed under the MIT License. See LICENSE.txt
for more information