davehowson/chat-app

How do I deploy this to heroku?

talmax1124 opened this issue · 2 comments

How do I deploy this to heroku?

Make a Procfile
web:node app.js written in it.
Sign up on heroku
Create app
Download heroku CLI
On cmd write heroku login
follow the basics steps in documentation
Also in script tag of package.json
Write start:"node app.js"

An alternative to Heroku for deploying the backend API : Cyclic.sh.