live-server: add page

coverage
SheaClose 2017-12-10 16:51:53 -06:00
parent b89cd0bab3
commit 1250ef3a1f
1 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,19 @@
# live-server
> A simple development http server with live reload capability.
* Serve an index.html file, and reload on changes:
`live-server`
* Specify a port from which to serve a file:
`live-server --port=8081`
* Select file other than index.html to serve:
`live-server --open=about.html`
* Proxy all requests for ROUTE to URL:
`live-server --proxy=/:http:localhost:3000`