Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cjies/angular-web-boilerplate
Boilerplate for angular web application
https://github.com/cjies/angular-web-boilerplate
Last synced: 9 days ago
JSON representation
Boilerplate for angular web application
- Host: GitHub
- URL: https://github.com/cjies/angular-web-boilerplate
- Owner: cjies
- License: mit
- Created: 2015-10-06T09:38:35.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-06T09:50:06.000Z (over 9 years ago)
- Last Synced: 2023-03-24T02:07:59.762Z (almost 2 years ago)
- Language: JavaScript
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Angular Boilerplate
## Platform Requirements
- Safari, Chrome, Firefox or Modern Browsers
- IE 10+ (TEEHEE~~)## Dependencies
- [jQuery](https://jquery.com/)
- [Angular](https://angularjs.org/)
- [Angular Translate](https://angular-translate.github.io/)
- [Angular UI-router](http://angular-ui.github.io/ui-router/site/)
- [Normalize CSS](https://necolas.github.io/normalize.css/)
- for more: **bower.json**## DevDependencies
- [Gulp](http://gulpjs.com/)
- [Bower](http://bower.io/)
- [Node.js](https://nodejs.org/)
- [Compass](http://compass-style.org/)
- [Browsersync](http://www.browsersync.io/)
- for more: **package.json**## Installation
```sh
npm install
``````sh
bower install
```## Development
### Gulp Development
```sh
gulp dev
```### Gulp Deploy
```sh
gulp deploy
```### Gulp Configuration
All Gulp setting: ```gulp/config.js```
* Included vendor dependenciesFor new tasks, please create in ```gulp/tasks``` folder.
## Credits
- [angularjs-gulp-browserify-boilerplate](https://github.com/jakemmarsh/angularjs-gulp-browserify-boilerplate)
## License
MIT