An Angular2 boiler plate project to get you started. Write Directives/Controllers and Services using classes. Test your code using Jasmine, write your style with sass, view test coverage and more.
The project uses a modular architecture where you build re-usable modules and glue them together in a container.
What's included:
- ng2-bootstrap
- bootstrap4
- rxJs
- test Coverage
- sass compiler
Install:
- npm install
Run:
- live-server
- npm run test (to run karma)
Build:
- webpack --progress --colors --watch
Developer: