live-server

Serves your pages for development and automatically reloads when changed.


Keywords
development, live-server, python, server, static, websockets
License
MIT
Install
pip install live-server==0.9.9

Documentation

Live Server

forthebadge

Reloads your webpage when static files are changed.

Inspired by live-server for Node.

Install

Install it globally

pip install live-server

Use

Start Live Server in a folder with command line by using

live-server

or give it a path

live-server ../static

Explore more options like changing port number using

live-server --help

Found a bug?

Raise an issue at its repo.