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