bugthesystem / angular-es6-webpack-boilerplate

AngularJS 1.4x and ES6 application boilerplate /w testing practices using Webpack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angularjs ES6 Webpack boilerplate

Angular 1.5.9 + ES6 application boilerplate with testing practices Dependency Status devDependency Status Build Status Coverage Status

Inspired from angular-webpack-workflow

##Features

##Install Clone repo and install npm and bower packages;

git clone https://github.com/ziyasal/ng-espack-boilerplate.git
cd ng-espack-boilerplate
npm install
bower install
gulp

Development

All scripts are run with npm run [script], for example: npm run test.

build - generate a minified build to public folder
test - run all tests
test:live - continuously run unit tests watching for changes
eslint:app - lint code in app folder
eslint:tests - lint code in tests folder

See what each script does by looking at the scripts section in package.json.

License

Code and documentation are available according to the MIT License (see LICENSE).

About

AngularJS 1.4x and ES6 application boilerplate /w testing practices using Webpack

License:MIT License


Languages

Language:JavaScript 95.8%Language:HTML 2.5%Language:CSS 1.7%