Posts

Deploy node project to the Heroku

Steps to deploy and Host your node project in Heroku. Step: 1 Create Heroku account or log in. Goto this link to Heroku login  https://id.heroku.com/login  and after login create a new app as shown below. Create new Heroku app Here we add our project name and hosting region. Enter your project name and check availability Here we are in our Heroku app dashboard, so for deploying our source code or project in Heroku app we goto Deploy Tab Select Deployment method for our project  Here I am using Heroku CLI. Before you deploy you need to follow these Steps: 2 and 3 completely. Important Note: If you have already installed Git and Heroku CLI on your computer then skip Steps: 2 and 3.   Goto project directory and open Terminal or Command Prompt to login Heroku Account after that run below command in your Terminal or command prompt. heroku login Example:- F:\sam-node-project> heroku login Run above c...