Skip to content

ajitid/live-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.