- AngularJS 1.5.8
- HTML5
- SASS
- gulp
- npm and bower
- Followed component architecture
- Directive to add generic template code or DOM manipulation.
- Services to write the generic logic to set and get the data.
- Controllers have business logic and view binding code.
- Teardown the listeners before controllers are destroyed.
- Run
npm install
- Install Bower if not installed
npm install bower -g
- Run
bower install bower.json
- Select 2 (optional)
$ gulp build:dev [Dev Build]
$ gulp build:prod [Production Build]
$ gulp server:dev
$ gulp server:prod
Console output
$ gulp jshint:console
Html file output
$ gulp jshint:html