Update readme
Make instructions for starting dev environment explicit
This commit is contained in:
parent
38ed5a367b
commit
ef34baf5a0
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