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

scokmen/angularjs-gulp-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ad67e30 · Apr 12, 2017

History

28 Commits
Mar 28, 2017
Mar 28, 2017
Aug 3, 2016
Aug 12, 2016
Aug 19, 2016
Aug 19, 2016
Mar 28, 2017
Mar 28, 2017
Aug 2, 2016
Apr 12, 2017
Mar 28, 2017
Aug 12, 2016
Mar 28, 2017
Mar 28, 2017

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.

GitHub version npm version Bower version Build Status

NPM

Installation

Bower:

$ bower install angularjs-gulp-boilerplate

Npm:

$ npm install angularjs-gulp-boilerplate

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

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

License

Copyright (c) 2016 Soner Çökmen, Licensed under the MIT license.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published