How to Deploy a Nullstack application on Heroku
Use the Buildpack heroku/nodejs
.
Create a Procfile
in the application root with the following:
web: node .production/server.js
Next step
🎉 Congratulations! You are done with the documentation!
⚔ If you want to see this more examples please open an issue on github.
Have any questions or suggestions? Join our Discord