Merge pull request #35 from diadara/patch-2

Update readme
This commit is contained in:
Ken-Håvard Lieng 2018-11-01 22:06:19 +01:00 committed by GitHub
commit 84c3d5cc88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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