- You need to either have a Docker and run
docker-compose up
or manually install redis and mongodb - Run
npm install
to install all required node modules - Run
npm start webpack:dev
to build client-side js and watch for changes - Start web server with
npm start:dev
npm test
- You need to install redis and mongodb. If they are on remote server or another post you can pass their url via REDIS_URL and MONGO_URL env variables. See server/config.js for proper example of url formatting
- Run
npm install
to install all required node modules - Run
npm start webpack
to build client-side js - Start web server with
npm start
.