Files
languageservices/browser-playground/README.md
T

9 lines
189 B
Markdown
Raw Normal View History

2022-12-08 10:27:32 -08:00
## 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`.