I am new to Heroku and believe I am following all of the steps outlined on Heroku\'s website to deploy via node.js – https://devcenter.heroku.com/articles/getting-started-wi
Adding these two lines in server.js worked for me:
var distDir = __dirname + "/dist/"; app.use(express.static(distDir));
My dist structure is as follows: