server.js expects a .env file. create a file called ".env" that contains:
HTTP_LISTEN_PORT=8080
HTTPS_LISTEN_PORT=12036
npm i
npm install --save cors
npm install --save body-parser
npm install mysql
npm i --global mocha
npm i --save-dev chai
npm install --save isomorphic-fetch
npm run dev