Skip to content

VilleSalonen/angular-seed-with-browserify-and-mocha

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

angular-seed-with-browserify-and-mocha — the seed for AngularJS apps with Browserify and Mocha

DEPRECATED

For basic information about AngularJS and angular-seed, see https://github.com/angular/angular-seed.

This project is a fork of the original with added support for requiring modules with Browserify and testing controllers (and other implementations) with Mocha.

After you have changed your JavaScript files, you have to update Browserify bundle:

browserify app/js/app.js -o app/js/bundle.js

Mocha tests can be executed with command:

mocha test/mocha/

About

Seed project for angular apps.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 66.8%
  • HTML 22.6%
  • Batchfile 3.2%
  • Shell 2.7%
  • Ruby 2.7%
  • CSS 2.0%