Skip to main content

Python Live Server - For instant render on broswer while editing html, css, js.

Project description

Python Live Server

This repo contains an open source project aimed at helping front end developers.

Basic FUnctionality

Python live server helps developer working on frontend to auto reload browser on save. This package is best used with vscode auto save functionality.

Getting Started

Install python live server by typing the following command into the terminal.

python3 -m pip install plserver

Start the server the the folder to be used by typing...

python3 -m plserver 

Can also be called in a python script

from plserver.server import main 
main()

Requirements

  • aiohttp

LISENSE

This repo is covered under The MIT Lisense

Source Code

The latest version is avaliable in a Github repository: http://github.com/o-opeyemi/plserver

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

plserver-1.0.0-py3-none-any.whl (6.8 kB view hashes)

Uploaded Python 3

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