angular-browserify-seed

0.0.4 • Public • Published

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

Package Sidebar

Install

npm i angular-browserify-seed

Weekly Downloads

3

Version

0.0.4

License

MIT

Last publish

Collaborators

  • redgeoff