Configure the mongo connection string in server/env/
## DB ##
DB=mongodb://localhost/citadel-of-ricks
cd server
npm install
npm run build
npm run start
# Server will listen on port 3001
cd client
npm install
npm run bundle
npm run start
# Server will listen on port 3000
cd server
npm install
npm run start:dev
# Server will listen on port 3001
cd client
npm install
npm run dev
# Client will listen on port 8081
Client boilerplate: https://github.com/emrekara37/ts-spa-boilerplate
Server boilerplate: https://www.npmjs.com/package/express-generator-typescript