Examples (4)
Serve an `index.html` file and reload on changes
Specify a port (default is 8080) from which to serve a file
live-server --port=8081Specify a given file to serve
live-server --open=about.htmlProxy all requests for ROUTE to URL
live-server --proxy=/:http:localhost:3000made by @shridhargupta | data from tldr-pages