heroku-node(deploy)

1.heroku login - enter with console to heroku tools

2.git clone git@github.com - install folder of your project

3.npm install - install all dependencies

4.heroku create - make the random name of you site

5.git push heroku master - push your code to heroku

6.heroku ps:scale web=1 - check app is running

7.heroku open - open website