- NG1 + ES6
- Ui-router 1.x with named views, child views, and lazy loading
- building and bundling with webpack 2.x, including code splitting for lazy loading
- oc.lazyload to help with lazy loading bundles
- material design
- unit tests with class and webpack
- Install deps with "npm install"
- to view in dev mode with live reloading via webpack-dev-server "npm run dev"
- to run one off "npm test"
- to run in tdd mode "npm run test-watch"
- to see code coverage open coverage/index.html in you browser