angular-browserify-seed
Version:
A seed project for using browserify with angularjs
57 lines (32 loc) • 1.23 kB
Markdown
angular-browserify-seed
====
[](https://travis-ci.org/redgeoff/angular-browserify-seed)
A seed project for using browserify with angularjs.
Getting angular, browserify and karma-coverage to work together is tough! You can use this seed project to get started.
[Why use angular and browserify together?](https://blog.codecentric.de/en/2014/08/angularjs-browserify/)
Getting Started
git clone https://github.com/redgeoff/angular-browserify-seed
npm install
bower install
Examples:
[Bundle All](https://github.com/redgeoff/angular-browserify-seed/blob/master/examples/bundleall)
[Bundle Lib](https://github.com/redgeoff/angular-browserify-seed/blob/master/examples/bundlelib)
Demos:
[Bundle All](https://redgeoff.github.io/angular-browserify-seed/examples/bundleall)
[Bundle Lib](https://redgeoff.github.io/angular-browserify-seed/examples/bundlelib)
Tests
grunt test
Serve Test Coverage:
grunt serve
then visit [http://localhost:9000/coverage](http://localhost:9000/coverage)
Serve Examples:
grunt serve
then visit [http://localhost:9000](http://localhost:9000)
[Contributing](CONTRIBUTING.md)