/live-server

🔄 Reloads your webpage when static files are changed.

Primary LanguagePythonMIT LicenseMIT

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.