Home
Softono

Angular Es6 Webpack Boilerplate

Open source MIT JavaScript
34
Stars
10
Forks
2
Issues
4
Watchers
9 years
Last Commit

 About Angular Es6 Webpack Boilerplate

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

Platforms

Web Self-hosted

Languages

JavaScript

Links

Need Help Installing Angular Es6 Webpack Boilerplate?

We provide expert installation service for this software. Our team will install, configure, and secure Angular Es6 Webpack Boilerplate on your server. plans start at just $30.

Angular Es6 Webpack Boilerplate

View on GitHub

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).