From ca8f40c2e3057e89200f1cbd8a65f408a2ca28dd Mon Sep 17 00:00:00 2001 From: SheaClose Date: Sun, 10 Dec 2017 17:18:55 -0600 Subject: [PATCH] live-server: --- pages/common/live-server.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/common/live-server.md b/pages/common/live-server.md index 608c01723..c512c94f0 100644 --- a/pages/common/live-server.md +++ b/pages/common/live-server.md @@ -2,18 +2,18 @@ > A simple development http server with live reload capability. -* Serve an index.html file, and reload on changes: +- Serve an index.html file, and reload on changes: `live-server` -* Specify a port from which to serve a file: +- Specify a port from which to serve a file: `live-server --port=8081` -* Select file other than index.html to serve: +- Select file other than index.html to serve: `live-server --open=about.html` -* Proxy all requests for ROUTE to URL: +- Proxy all requests for ROUTE to URL: `live-server --proxy=/:http:localhost:3000`