Reloads your webpage when static files are changed.
Inspired by live-server for Node.
Install it globally
pip install live-server
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
Raise an issue at its repo.