This project is based off of the awesome create-react-app. https://github.com/facebookincubator/create-react-app
At the time of writing, the application uses node version 8.1.0
npm install -g yarn
yarn install
npm run start
npm run build
npm install -g forever.js
forever start server/server.js
forever list
forever stopall