I cloned universal-starter (webpack version) and have it up and running on my local machine using npm start
and npm run watch
per the instructions
Now stuck after npm run build
and attempting to deploy to Azure (and Google Cloud) via the github integration - can't figure out how to set up either to work.
Anyone have a recipe on how to get the webpack bundled files to fire up on an external host with express.js? Do I need to run commands via a CI integration? The files in /dist
don't seem to stand on their own.