alexpods / angular2-universal-starter

Enjoy Server Side rendering and Web Workers in your Angular2 Application
224 stars 50 forks source link

merge with official? #22

Open PatrickJS opened 8 years ago

PatrickJS commented 8 years ago

consider merging with offical universal-starter

bkinsey808 commented 8 years ago

i like that idea. this project has a lot of awesome features. the biggest missing feature I wish it had is code watching and live reloading for a good dev experience.

PatrickJS commented 8 years ago

yeah live reloading is a must and is next on the list

alexpods commented 8 years ago

@gdi2290 Right now I don't see any reasons to do it. I think it will just slow down a development process without any profit for the project. So maybe in the future, but not now. I'll remain this issue open.

@bkinsey808 Live reloading was added in #32. Just run the development server with the next command:

npm run dev

The development server will do the next:

Bhushan001 commented 8 years ago

@alexpods where is my static html getting saved?