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