tomastrajan / angular-ngrx-material-starter

Angular, NgRx, Angular CLI & Angular Material Starter Project
https://tomastrajan.github.io/angular-ngrx-material-starter
MIT License
2.82k stars 918 forks source link

Livereload not working #446

Closed muhammedMoussa closed 5 years ago

muhammedMoussa commented 5 years ago

After clone:

yarn install
yarn start

making changes there is no listing even if i reload the browser, only when close the server and run it again. then clone another one:

npm install
npm start

tried:

ng s 
ng s --live-reload

but also not working.

node: 8.15.0 npm: 6.4.1 angular-cli: 7.2.2 linux mint 19

shootermv commented 5 years ago

I think it will be better to have some description here: like - what command are you running when you expect livereload to work? Thanks

muhammedMoussa commented 5 years ago

updated

shootermv commented 5 years ago

How about run "ng serve"?

muhammedMoussa commented 5 years ago

"ng s" is short hand for "ng serve"

shootermv commented 5 years ago

May it happen that when you starting an empty project using angular cli - the live-reload is misfunctioning too?

tomastrajan commented 5 years ago

Project went through major update to Angular 8, please open new issue if the behavior persists. ( Old issue cleanup)