What is the most common way to make an AngularJS single page application automatically reload in the browser every time I change its code?
In other words, if I have a code editor that opens HTML editing for a single-page AnguarJS application and a browser in that application, side by side on the same screen, clicking the "Save" button in my editor should immediately launch the browser for updating.
Alternatively, the same scenario as above, instead of hitting Save in my editor, I made Commit in my VCS.
source share