From af1d4addf4d815c0e1b19bc33a877e6b1438a80c Mon Sep 17 00:00:00 2001 From: Paul Esson Date: Tue, 29 Oct 2019 18:32:07 +1100 Subject: [PATCH] Update README.md README did not mention on what port this would be hosted on, and there is also no console log to indicate this. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f1659c16..56ab89f7 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ npm run build npm start ``` -> This is to simulate a production (CDN) server with gzip. It just serves up the contents of `./build`. +> This is to simulate a production (CDN) server with gzip. It just serves up the contents of `./build` on http://localhost:5000