A template for development of angular applications using ECMAScript 6 Syntax.
- Makes use of jspm for browser package management
1. Install nodejs (requires version >= 0.12)
2. Install gulp globally
$ npm install -g gulp
3. Install jspm globally
$ npm install -g jspm
1. Clone or fork this repository
2. Install local npm dependencies
$ npm install
3. Install local jspm dependencies
$ jspm install
4. Run the application
$ gulp
- Minify code
- ngInject to prevent minification errors
- Migrate to ui-router
- bootsrap for styles