Skip to content
This repository has been archived by the owner on Aug 20, 2020. It is now read-only.

Latest commit

 

History

History
43 lines (27 loc) · 1.33 KB

README.md

File metadata and controls

43 lines (27 loc) · 1.33 KB

Site des points Genie UdeS 2014

![Gitter](https://badges.gitter.im/Join Chat.svg)

Build Status Dependencies Dev Dependencies Tasks

This is the source code for the "Points Genie" site, created for the 57th promo of Engineering at UdeS

Basics

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