How to automatically update on localhost after editing files
Use Gulp + Gulp-Watch + BrowserSync. The goal is to run an extra process that monitors any changes in your files. When a change occurs the page is automatically reloaded including CSS injection / Scrolls / Browser clicks and all concurrently across multiple devices and browsers. Because it also generates an ip:port you can access … Read more