If this example is useful to you, please Star it.
Highlight
1. Webpack for bundling
2. Webpack dev server for development.
3. Simple html created by Angular js.
4. ES7 scripts style
5. Simple examples to get insight to koa, angular js, bootstrap, font-awesome.
6. Save your time to decide which pattern is best fit for you in using Angular js.
Normal Build
1. git clone
2. cmd: npm install
3. cmd: npm run start
4. go to http://localhost:8080
Hot Module Replacement
1. cmd: npm run dev
2. go to http://localhost:8080
3. modify the source codes, the browsers will auto-refresh
LICENSE
MIT