WebEditRun a simple library for running editable html pages in a browser which runs standalone

(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

Usage

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.server

For a quick start with node:

npx serve

See WebEditRun.html (stand alone example page) to see in action

Source code home

all source is at github: Fork Me on Github!

Release History

Release History

License

webeditrun is provider under the OSI approved BSD 2-clause license.