commit
84c3d5cc88
1 changed files with 4 additions and 1 deletions
|
@ -65,9 +65,12 @@ gulp build
|
|||
|
||||
The server needs to be rebuilt to embed new client builds.
|
||||
|
||||
For development with hot reloading enabled run:
|
||||
For development with hot reloading start the frontend:
|
||||
```bash
|
||||
gulp
|
||||
```
|
||||
and the backend in a separate terminal:
|
||||
```bash
|
||||
dispatch --dev
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue