A starter to Angular apps.
$ npm install
$ bower install
$ gulp dev
$ gulp dist
$ node server
- AngularJS - Angular of course
- babel - Transpiler ES6 to ES5
- lodash - Simplify object and array manipulation
- jQuery - jQuery insted of simple jQLite
- Bootstrap - Responsive framework
- SASS - CSS pre-processor
$ gulp test
Unit tests stack: Karma + Jasmine
$ protractor tests/protractor.conf.js
E2E tests stack: Protractor.js + Jasmine