twbs / bootstrap-npm-starter

Starter template for new building with Bootstrap 4 in npm projects.
MIT License
1.23k stars 465 forks source link

Auto tab refresh #82

Closed paulrajib closed 2 years ago

paulrajib commented 2 years ago

"serve --listen 3000" provides a 'Local' and an 'On Your Network' address which is very good but unfortunately non of these refresh automatically with 'npm run start'(npm-run-all --parallel watch server) when anything changes like live-server. Is there any way !?