A simple development HTTP server with live reload capability. More information: https://github.com/tapio/live-server.
index.html file and reload on changes:live-server
live-server --port={{8081}}
live-server --open={{about.html}}
live-server --proxy={{/}}:{{http:localhost:3000}}