From aee131f2be09afd0208eb7be1915d9f36e1125b3 Mon Sep 17 00:00:00 2001 From: Douglas Muth Date: Sat, 15 May 2021 15:16:08 -0400 Subject: [PATCH] Documentation update --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 73b6dba..311638b 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,7 @@ A local webserver can be set up by running `npm install http-server -g` to insta ## In practice: - `npm run clean; npm run dev-build` - Run webpack in dev mode while working on Javascript + - `http-server` - Stand up a local HTTP server - `npm run clean; npm run build` - Run webpack in prod mode to produce final Javascript bundle - `./go-sync-to-s3.sh` - Do this if you're me, to upload to S3. If you're not me, you'll need to do something else, or possibly nothing at all.