![Gitter](https://badges.gitter.im/Join Chat.svg)
This is the source code for the "Points Genie" site, created for the 57th promo of Engineering at UdeS
To install, first install npm, [email protected] and mongodb then do
npm install
You can run tests using
npm tests
You can start the server in dev mode using two terminals
- First:
npm run hot-dev-server
- Second:
npm start
For production, make sure all the files are built using
npm run build
Then run
node --harmony server