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