An angular example project using webpack, karma, browser-sync.
- Install dependencies with
npm install.
- Run tests with
npm run test. - Run angular in developing mode with browsersync with
npm run tdd. - Generate minified code with
npm run build.
##Tips
Angular default debounce and blur is 300 and 0 respectively. It's possible to change those values in settings.js. The code has been overwritten with a decorator in index.config.js.