Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 778 Bytes

README.md

File metadata and controls

43 lines (26 loc) · 778 Bytes

Live Server

forthebadge

Downloads

Reloads your webpage when static files are changed.

See Live Server in action.

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.