AngularJS starter template with ES6 and Brunch
This is a starter project for a web application based on AngularJS, Babel and Brunch. You can use it to quickly bootstrap your app on a modern language platform, while enjoying smooth development experience and compile time safety across your entire stack of static resources.
- ES6 by default
- Reload on save
- Run unit tests on save
- Modular folder-by-feature architecture
- Javascript/CSS/HTML minification for production
git clone [email protected]:tolyo/angularjs-brunch-es6-seed.gitcd angularjs-brunch-es6-seednpm install
npm run devto serve using Brunch
npm run prodto build for production deployment
npm testto run unit tests with karma