Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

angular-browserify-seed

redgeoff7MIT0.0.4

A seed project for using browserify with angularjs

angular, angularjs, browserify, karma-coverage, coverage, karma, test coverage, grunt-browserify

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