- clone the project
- run
yarn
- run
yarn start
- navigate to 'localhost:8080'
- start developing your Angular app with ES6 (javascript 2015)
- Minimal AngularJS development environment
- Smart folder structure
- Set of basic loaders includes: Babel, json, scss, html, fonts and images.
- Karma testing setup
- WallabyJS testing setup
- run
yarn run bundle
to package your code for deploy - find it in the
dist
folder