Angular + webpack for quick start
How to install?
1)git clone https://github.com/alexrugik/own-angular-starter.git
2)npm install
3)npm run build or webpack
4)npm run server (localhost:8080 must be free)
Where and what?
app -angular application
app/core - reusable components|directives|services|resourses
app/main|view1|view2 - pages as components
app/app.module - entry for webpack
assets/assets.module - entry for assets(css,less,sass)
web - public folder where webpack build our application