Launch a local network server with live reload feature for static pages.
console
$ cargo install live-server
```console $ live-server --help live-server 0.3.0 Launch a local network server with live reload feature for static pages
USAGE: live-server [OPTIONS]
OPTIONS:
-h, --host
console
$ live-server
Watcher listening on /home/lomirus/demo
Server listening on http://192.168.0.105:8000/
[UPDATE] "index.html"
[UPDATE] "script.js"