Install MongoDB, Redis, NodeJS.
Run npm install
command at the project root.
And copy /config/config.example.js to /config/config.js.
Use scripts declared in package.json:
- Run in development mode localhost:3000:
npm run dev:start
- Run in production mode localhost:8080:
npm run start