Abod Micheal (he/him)
Posted on June 6, 2022
$ 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
💖 💪 🙅 🚩
Abod Micheal (he/him)
Posted on June 6, 2022
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.