1

I have one project that project in nodejs and Angular divided into Two Parts One is Backend And One is Frontend. Backend Cosist Api And my Sql Connection.There used Nodejs Frontend Consist Ui coding.There used Angular

This Project Are Required to run Differently means First Run Backend in 1st CMD And then Run Frontend in 2nd CMD.

Means Backend not run then Frontend give Error

""Then This All frontend and Backend Project How to deploy into Heroku and run into salesforce?""

2 Answers2

0

You will have to create 2 git repo (either on gitlab or github), then set a CI/CD who will build and deploy your project, the process will also start everything on your server. There is a whole documentation on Heroku you can find here for NodeJS and here for Angular.

Good luck

Dharman
  • 30,962
  • 25
  • 85
  • 135
0

Here you have all the information you need to configure heroku cli

Here you'll find some info on deploying fontend and backend to heruku.