npm install -g heroku
heroku login git init git add . git commit -m "Inititial Commit" heroku create <APP_NAME> git push heroku master heroku open