This extension for Brackets allows you to run your current project on a static web server.
- Open Brackets
- Start Static Preview via the
File -> Static Preview
or by clicking on the toolbar icon
Note: Static Preview will be automatically stopped when switching projects or reloading Brackets.
LiveDevelopment opens a live connection via the remote debugger protocol to your local browser and updates HTML and CSS updates as you type, along with some other niceties.
However, there are some limitations when using LiveDevelopment:
- currently works only with Google Chrome
- you can’t open Chrome Developer Tools while LiveDevelopment is active
- although the current project is served via a local server, you can’t visit it with a different browser/device
Static Preview starts an express.js server behind the scenes and uses your current project root as its base directory. This allows you to use your developer tools and/or visit your project with any browser/device you want.
The MIT License. See LICENSE.