tareq3
9/27/2019 - 1:04 PM

Heroku

Commands for new Project:

For installing heroku CLI:

npm install -g heroku

>> New Project

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