(c) 2018-2023 manu chatterjee
WebEditRun is an HTML code editor based on ACE which allows programmers to test create and run HTML snipper ideas without dependancies on CDNs or other content.
Try it here: Web Edit Run
Clone the repo and run locally with any webserver. It may work with file:// urls in some OSes. There is no server side code of anykind.
For a quick start with python: go to the directory and run
$python3 -m http.serverFor a quick start with node:
npx serveSee WebEditRun.html (stand alone example page) to see in action
all source is at github: Fork Me on Github!
- 1.0.1 Initial release
- 0.1.1 Initial release
webeditrun is provider under the OSI approved BSD 2-clause license.