Skip to main content

Simple development server for writing an html pages

Project description

Live HTML
=========

Simple tool that helps you to desing in the browser. You just need python
interpreter:

>>> import livehtml
>>> livehtml.start_server('.')

Now you can just open your favorite text editor or IDE, create new html file,
write something like:

<!doctype html>
<html>
<head></head>
<body></body>
</html>

in this file and open it in browser like:

http://127.0.0.1:8888/new-file.html

And after any changes you'l save in your file you can immediately see the
changes in browser.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

livehtml-0.0.1.tar.gz (4.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page