Skip to content

Easy to use boiler-code to setup webpack+angular+karma project

License

Notifications You must be signed in to change notification settings

guoliang/webpack-angular-karma-setup

Repository files navigation

webpack-angular-karma-setup

Following repositiory contains boiler code, with small usage example

Install

git clone [email protected]/guoliang/webpack-angular-karma-setup.git <app-name>
cd <app-name>
npm install

How to run tests in continuous integration mode, or single run

npm test                # continuous mode
npm run test-single     # single mode

Source code in ./src folder, and test code in ./test folder

Features

  • AngularJS
  • Karma + Jasmine
  • Webpack

About

Easy to use boiler-code to setup webpack+angular+karma project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published