-1

I completed an independent and basic project which is about Edit Distance Algorithm. Need a deployment environment for demo to show off some people. I've got 2 app API + Client in GitHub Repo. How could I deploy to Heroku ?

https://github.com/burakkaanerce/editdistance-nodejs

burakkaanerce
  • 81
  • 1
  • 11

1 Answers1

1

Heroku has very good documentation for deploying Node.js application in its platform. Kindly go through it and raise a question, if you are struck in the midway.

If Vue + Express is your concern, this article might help you.

kRiZ
  • 785
  • 8
  • 14