Deploy to Heroku

The most updated documentation to get started with Heroku is the official Heroku Dev Center documentation. Following is to get started with Node.js on Heroku 1. Install git and perform first time git setup Git installation First-time Git setup 2. Install heroku cli from here 3. Login in heroku using heroku cli heroku login On successful authentication, you get success message. Logging in... done Logged in as xxxxxxxx@xxxxx.com Prepare the app If dont already have the project in your local, clone it from your remote:...

May 5, 2022 · 5 min · Anant