An angular 1.6.x starter kit inspired by others kits with examples
- Todd Motto Angular Style Guide : https://github.com/toddmotto/angular-styleguide
- Angular 1.6 migration : https://toddmotto.com/angular-1-6-is-here
- Slack UltimateAngular (https://ultimateangular.slack.com)
- Stack Gulp, Base architecture : http://fountainjs.io/
- CSS Framework : http://getskeleton.com/
- Icon Font : https://icomoon.io/app/#/select
- Hooks installed with npm install : https://gist.github.com/dahjelle/8ddedf0aebd488208a9a7c829f19b9e8
- pre-commit : eslint
- pre-push : unit tests
- Unit Tests :
npm install -g bower
git clone https://github.com/cbazureau/angular-starter-kit.git
cd angular-starter-kit/
npm install
bower install
npm start # Launch local instance
npm test # Launch unit test
npm run build # Build project
npm run lint # Launch eslint
npm run lint-fix # auto-fix some rules http://eslint.org/docs/rules/