Skip to content

A simple starter angularjs (1.5.x) app with common services and gulp tasks on john papa's style guide.

License

Notifications You must be signed in to change notification settings

tetsuoreynolds/angularjs-gulp-boilerplate

 
 

Repository files navigation

angularjs-gulp-boilerplate

A simple starter angularjs (1.5.x) app with common services and gulp tasks on john papa's style guide.

npm version Bower version Build Status

Features

  • 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

Download via Npm

$ npm install angularjs-gulp-boilerplate

Download via Bower

$ bower install angularjs-gulp-boilerplate

Development build

$ gulp build:dev (or "npm run development")
$ gulp server:dev

Production build

$ gulp build:prod (or "npm run production")
$ gulp server:prod

JsDoc documentation

$ gulp documentation (or "npm run documentation")

JsHint report

Console output

$ gulp jshint:console

Html file output

$ gulp jshint:html

About

A simple starter angularjs (1.5.x) app with common services and gulp tasks on john papa's style guide.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 84.1%
  • HTML 10.3%
  • CSS 5.6%