An example application using AngularJS ~1.4, Webpack, Babel, ES6, CSS Modules, Sass, Bootstrap and Font Awesome.
$ npm installStart the frontend server (port defaults to 8081 if not given):
$ PORT=8081 npm start$ open http://localhost:8081Do this at the start of the deployment process to build all of the frontend templates, assets, etc. Files will be written to dist.
$ NODE_ENV="production" \
npm run build