How to Deploy a Nullstack application on HerokuUse the Buildpack heroku/nodejs. Create a Procfile in the application root with the following: web: node .production/server.js