# Sublime Text Live Reload
Sublime Text's Live Reload plugin will allow you to edit HTML sites and preview them in the browser without constantly refreshing. It inserts a small bit of JavaScript into a page and starts a localhost server. When a save is made it pushes the update via the JavaScript.
To enable:
1. Insert the JavaScript via a Sublime Text Command
2. Enable the Simple Reload plugin (also via command). Note that other plugins are available for compiling SASS, LESS, etc.