A simple starter angularjs (1.5.x) app with common services and gulp tasks on john papa's style guide.
Bower:
$ bower install angularjs-gulp-boilerplateNpm:
$ npm install angularjs-gulp-boilerplate- Well documented code
- Folder by feature structure
- Module based styling with LESS
- Module based localization (English and Turkish)
- Some useful services (
exceptionService,loggerService,httpService) - Development build
- Optimized production build
- JsDoc documentation
- BrowserSync integration
- JsHint integration
- Simple dummy bootstrap template included
$ gulp build:dev (or "npm run development")
$ gulp server:dev$ gulp build:prod (or "npm run production")
$ gulp server:prod$ gulp documentation (or "npm run documentation")Console output
$ gulp jshint:consoleHtml file output
$ gulp jshint:htmlCopyright (c) 2016 Soner Çökmen, Licensed under the MIT license.
