Awesome
Node Project
Démarrage
- Launch MongoDB (mongod)
- Launch Redis (redis-server)
- node app.js
- http://localhost:2000/
Production mode :
NODE_ENV=production node app.js
or
npm start
Tests (mocha) :
make test
Production mode :
NODE_ENV=production node app.js
or
npm start
Tests (mocha) :
make test