0.0.4 • Published 10 years ago

angular-browserify-seed v0.0.4

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

angular-browserify-seed

Build Status

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?

Getting Started

git clone https://github.com/redgeoff/angular-browserify-seed
npm install
bower install

Examples:

Bundle All

Bundle Lib

Demos:

Bundle All

Bundle Lib

Tests

grunt test

Serve Test Coverage:

grunt serve

then visit http://localhost:9000/coverage

Serve Examples:

grunt serve

then visit http://localhost:9000

Contributing