A barebones Node.js app using Express 4.
This application supports the Getting Started with Node on Heroku article - check it out.
Make sure you have Node.js and the Heroku Toolbelt installed.
$ git clone https://github.com/hsnl-dev/RuRubike.git # or clone your own fork
$ cd RuRubike
$ npm install
$ heroku local webYour app should now be running on localhost:5000.
$ heroku create
$ git push heroku master
$ heroku open
or
For more information about our website using heroku, see the following article :
