This extension provide HTML preview which execute on local server. This extension automatically reload browser when you save HTML files.
Insert <!-- INSERT DEBUG CODE HERE -->
to your HTML code.
This extension replaces the comment with the code necessary for the browser reloading when this extension provides the HTML file to the browser.
Start a local server that provides HTML files etc.
Stop the local server.
Force the browser to reload HTML pages.
Decide on which port to start the local server
Simple.
- Run
npm install
to install dependencies. - Press F5 key to launch extension.
- Enjoy Coding-Preview-See-Rewrite Loop!