Install node.js http://nodejs.org/#download Install foreman https://github.com/ddollar/foreman
Installing all application dependencies:
$ npm install
Run the application:
$ NODE_ENV=production foreman start
The application is deployed on Heroku and accessible on http://getthere.herokuapp.com
Redeploy application:
$ git push heroku master
Dependencies version:
$ npm ls
Run with code changes enabled:
$ supervisor app.js
Run tests:
$ npm test
$ ./node_modules/mocha/bin/mocha (-w for watching) (-d for debugging)