Package detail

angular-browserify-seed

redgeoff20MIT0.0.4

A seed project for using browserify with angularjs

angular, angularjs, browserify, karma-coverage

readme

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