$ npm install -g heroku
//confirm heroku has been installed , it would show the version
$ heroku --version
$ heroku login -i
//make sure you are in your react project directory
$ git init
$ git add .
$ git commit -m "initial commit"
$ heroku create
$ git push heroku master
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)