Files
languageservices/browser-playground/README.md
T
Christopher Schleiden 0a7a7e9f77 Add build instructions
2022-12-08 10:28:45 -08:00

9 lines
189 B
Markdown

## 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`.