Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 2 months 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T05:40:31.000Z (about 1 year ago)
- Last Synced: 2024-09-28T09:08:31.840Z (3 months 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.[![GitHub version](https://badge.fury.io/gh/scokmen%2Fangularjs-gulp-boilerplate.svg)](https://badge.fury.io/gh/scokmen%2Fangularjs-gulp-boilerplate)
[![npm version](https://badge.fury.io/js/angularjs-gulp-boilerplate.svg)](http://badge.fury.io/js/angularjs-gulp-boilerplate)
[![Bower version](https://badge.fury.io/bo/angularjs-gulp-boilerplate.svg)](http://badge.fury.io/bo/angularjs-gulp-boilerplate)
[![Build Status](https://travis-ci.org/scokmen/angularjs-gulp-boilerplate.svg?branch=master)](https://travis-ci.org/scokmen/angularjs-gulp-boilerplate)[![NPM](https://nodei.co/npm/angularjs-gulp-boilerplate.png)](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.