Update readme

Make instructions for starting dev environment explicit
This commit is contained in:
Nithin Saji 2018-10-31 15:49:41 +07:00 committed by GitHub
parent 38ed5a367b
commit ef34baf5a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -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
```