An open API service indexing awesome lists of open source software.

https://github.com/stevehobbsdev/karmaangularbrowserifyexample

An example project using Karma, Angular and Browserify
https://github.com/stevehobbsdev/karmaangularbrowserifyexample

Last synced: 3 months ago
JSON representation

An example project using Karma, Angular and Browserify

Awesome Lists containing this project

README

          

# Karma, Angular and Browserify example
An example project using Karma, Angular and Browserify, mainly to keep myself aprised of how to do basic tasks.

* It uses a gulp task to perform the bundling.
* Karma is set up to use Mocha and Chai for testing on the PhantomJS headless browser (although the Chrome launcher is also installed)
* Browserify is set up to bundle the app, and for Karma to bundle the testing files

## Install
$ npm install
$ gulp

## Testing
$ npm test