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