I am setting up a NodeJS Heroku app. I just want an empty app up and running.
My dir includes a package.json and an app.js file.
The Heroku app builds without e
Maybe you need file Procfile
web: node app.js