antonybudianto / angular-webpack-starter

:star2: Angular Webpack Starter with AoT compilation, Lazy-loading, Tree-shaking, and Hot Module Reload (Updated to 4.1.0!)
http://angular-webpack-starter.surge.sh/
MIT License
90 stars 18 forks source link

Are you using angular-webpack-starter? Please comment here! #15

Open antonybudianto7 opened 8 years ago

antonybudianto7 commented 8 years ago

Hi everyone ✋ I would like to know who are using angular-webpack-starter and how you use it. It'd be great if you can post your project/company logo too

Please share your experiences below!

Thank you ❤️

Please don't post starter's issues here (it'll be removed without notice), but create new one

jmbarbier commented 7 years ago

I use it for an internal big projet, mostly because it's an aot-ready starter; i added some loaders & rules (sass, pug, json, txt) and removed dashboard that had memory leaks... thank you :heart_eyes:

GenZodd commented 7 years ago

I am using this and it was a great help to get all this built out. The one issue/complaint I have though is that when I do npm start sometimes node crashes but I get no indication of the issue. I have to do a clean and build:dll and sometimes that fixes it and sometimes it does not. I basically just have to play around to get npm start to launch things again. It is pretty frustrating. Seems to happen most when you add/remove a package or change your components structure around.

manish-jain-1 commented 7 years ago

@antonybudianto7 just came across this wonderful project from angular2 starter page. You rock!! I have three questions: 1) How is this project different than angular2 starter? What I understood is angular2 starter uses gulp as oppose to this one does webpack + ang cli compilation. Any other difference? Which one you recommend? 2) I setup and compiled project fine but unable to browse site. It didn't launch and get 404 on localhost:8080. Any ideas? 3) I dont know how but this link also came up https://github.com/AngularClass/angular2-webpack-starter. Is this same project or you involved? Thank you so much.

antonybudianto7 commented 7 years ago

@ManishJainGitHubUser 1) I'd recommend using this webpack starter since it used stable webpack rather than unstable systemjs (currently still 0.x.x), also this starter featuring Hot module reload, tree shaking, lazy loading, dotenv, and DLL build. 2) Let's post it as new issue, we'll discuss it there 3) I'm not involved on that project

antonybudianto7 commented 7 years ago

@GenZodd , sorry for late reply. When you add new package, then you need to rebuild the DLL cache again