Following repositiory contains boiler code, with small usage example
git clone [email protected]/guoliang/webpack-angular-karma-setup.git <app-name>
cd <app-name>
npm install
npm test # continuous mode
npm run test-single # single mode
Source code in ./src
folder, and test code in ./test
folder
- AngularJS
- Karma + Jasmine
- Webpack