Test assignment
Clone this repository
Change into repository root directory
npm install && npm run build
Open www/index.html
in browser
npm test
JS source code is inside directory src/
with an entry point src/js/application/bootstrap.js
JS code is built using Webpack as CommonJS builder and Gulp as a command runner. Code is separated into vendors and app bundles for faster rebuild when developing.
npm build
npm run build && npm run watch
npm run build-prod
Built CSS and JS is placed in www/compiled
directory.