Search code examples
node.jsherokuvue-cli-3

NodeJS - Deploy to Heroku


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


Solution

  • 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.