A single page application that queries against a json file full of business requirements.
This project is templated using moustache bundled using webpack.
npm installnpm run build
- this will run a webpack dev server that imports assets from the
srcfile and bundles them together intodist/bundle.jstemporarily
npm run bundle
- this will generate a new
dist/bundle.jsfile permanently
npm start- this runs our stock express server which grabs compiled assets from the
distfolder
then check out localhost:8080