Training project/game.
https://crafter-game.herokuapp.com/
To install both client and server dependencies run:
npm install && npm install --prefix clientRun this to start client and server development modes in a single thread:
npm run devAlternatively you can separately run client development mode:
npm run clientAnd server development mode:
npm run start:devNode.js version: 12.20.0
Be sure to add .env file with settings to the root. Put the path to your local or cloud mongodb database in 'MONGO_URI' key.
iTechArt, 2021