Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
sia8854y@SortOfTested
Response much appreciated!
Heroku's documentation says a Procfile isn't needed so I haven't used one.
The other steps in the article I followed already. Locally it runs fine. Just not on Heroku ... -
Technically pushing your code to Heroku means Heroku is doing the deployment for you.
And that's part of why deployment is an overlooked topic most of the time...
Related Rants
Why is deployment such an opaque topic most of the time????
I have an index.js file to create a server in plain node.js and a package.json file. It builds and deploys successfully to Heroku master. But app does not work. I assume I need to add something to json file but what???
question
nodejs
heroku