Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/roblafeve/ngblpt
Another Angular boilerplate project
https://github.com/roblafeve/ngblpt
Last synced: 14 days ago
JSON representation
Another Angular boilerplate project
- Host: GitHub
- URL: https://github.com/roblafeve/ngblpt
- Owner: roblafeve
- License: mit
- Created: 2015-09-07T01:16:20.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-07T02:01:26.000Z (over 9 years ago)
- Last Synced: 2023-03-10T21:41:51.876Z (almost 2 years ago)
- Language: JavaScript
- Size: 137 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NGBLPT
An Angular boilerplate that includes:
- [gulp-angular-templatecache](https://github.com/miickel/gulp-angular-templatecache)
- [gulp-autoprefixer](https://github.com/sindresorhus/gulp-autoprefixer)
- [gulp-babel](https://github.com/babel/gulp-babel)
- [gulp-ng-annotate](https://github.com/Kagami/gulp-ng-annotate)
- [karma](https://github.com/karma-runner/karma)
- [karma-mocha](https://github.com/karma-runner/karma-mocha)
- [karma-chai](https://github.com/xdissent/karma-chai)
- [main-bower-files](https://github.com/ck86/main-bower-files)Far from perfect, but a decent starting point.
## Getting started
1. `npm install` installs packages (and bower components on postinstall)
2. `npm start` begins watching and compiling with gulp
3. `npm run test` starts karma and begins watching `*.spec.js`Local binaries for Gulp and Karma are used to avoid global installs. Yay!