Angular 1.5 base application
Base structure of modular application built with Angular 1.5 in ES6.
####Install
npm install
####Development
npm run dev
it runs simple webserver that whatches code changes. Enter http://localhost:8080 in your browser to see result. For the time being better to use Chrome development tool with CSS sourcemap enabled
####Testing
npm run test
it runs Karma with Jasmine fraimwork. All testing files need to be found in __ tests __ folder of the module.
####Production
npm run build