From 0a7a7e9f7731a6a7648b7ca2b2326d7b2722cf4c Mon Sep 17 00:00:00 2001 From: Christopher Schleiden Date: Thu, 8 Dec 2022 10:27:32 -0800 Subject: [PATCH] Add build instructions --- browser-playground/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 browser-playground/README.md diff --git a/browser-playground/README.md b/browser-playground/README.md new file mode 100644 index 0000000..03e5464 --- /dev/null +++ b/browser-playground/README.md @@ -0,0 +1,9 @@ +## Development + +Install dependencies locally, unfortunately via the workspace is not enough to run `webpack-dev-server`. Then + +```bash +$ npm start +``` + +to serve the app at `localhost:8080`. \ No newline at end of file