9 lines
189 B
Markdown
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`. |