after clone this project to your computer, run following commands to install project
$ npm install
Please make sure latest Node 8+ LTS and NPM 5+ are installed.
use $ sudo npm install
if you're on a mac.
$ npm run start:local
$ npm run start:dev
OR
$ node server.js --development
$ npm run start:prod
OR
$ node server.js --prod