Skip to content

o-opeyemi/plserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published