live-server Command Examples

A simple development HTTP server with live reload capability. More information: https://github.com/tapio/live-server.

live-server

live-server --port={{8081}}

live-server --open={{about.html}}

live-server --proxy={{/}}:{{http:localhost:3000}}