https://github.com/scokmen/angularjs-gulp-boilerplate
A simple starter angularjs (1.5.x) app with common services and gulp tasks on john papa's style guide.
https://github.com/scokmen/angularjs-gulp-boilerplate
angularjs boilerplate gulp npm
Last synced: about 1 year ago
JSON representation
A simple starter angularjs (1.5.x) app with common services and gulp tasks on john papa's style guide.
- Host: GitHub
- URL: https://github.com/scokmen/angularjs-gulp-boilerplate
- Owner: scokmen
- License: mit
- Created: 2016-08-02T06:22:33.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T05:40:31.000Z (over 2 years ago)
- Last Synced: 2024-09-28T09:08:31.840Z (over 1 year ago)
- Topics: angularjs, boilerplate, gulp, npm
- Language: JavaScript
- Homepage:
- Size: 49.8 KB
- Stars: 23
- Watchers: 2
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# angularjs-gulp-boilerplate
A simple starter angularjs (1.5.x) app with common services and gulp tasks on john papa's style guide.
[](https://badge.fury.io/gh/scokmen%2Fangularjs-gulp-boilerplate)
[](http://badge.fury.io/js/angularjs-gulp-boilerplate)
[](http://badge.fury.io/bo/angularjs-gulp-boilerplate)
[](https://travis-ci.org/scokmen/angularjs-gulp-boilerplate)
[](https://nodei.co/npm/angularjs-gulp-boilerplate/)
# Installation
**Bower:**
```javascript
$ bower install angularjs-gulp-boilerplate
```
**Npm:**
```javascript
$ 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](http://usejsdoc.org/) documentation
- [BrowserSync](https://www.browsersync.io/) integration
- [JsHint](http://jshint.com/) integration
- Simple dummy bootstrap template included
### Development Build
```sh
$ gulp build:dev (or "npm run development")
$ gulp server:dev
```
### Production Build
```sh
$ gulp build:prod (or "npm run production")
$ gulp server:prod
```
### JsDoc Documentation
```sh
$ gulp documentation (or "npm run documentation")
```
### JsHint Report
Console output
```sh
$ gulp jshint:console
```
Html file output
```sh
$ gulp jshint:html
```
# License
Copyright (c) 2016 Soner Çökmen, Licensed under the MIT license.