it takes care off all this steps
and allows us to deploy our app in a few minutes
Let's clone this one from heroku tutorial
$ git clone https://github.com/heroku/
node-js-getting-started.git
$ cd node-js-getting-started
$ heroku create
Creating sharp-rain-871... done, stack is cedar-14
http://sharp-rain-871.herokuapp.com/ |
https://git.heroku.com/sharp-rain-871.git
Git remote heroku added
$ git push heroku master
Counting objects: 343, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (224/224), done.
$ heroku open