From ef34baf5a0b552f8ba08f0b13376db00cc273e44 Mon Sep 17 00:00:00 2001 From: Nithin Saji Date: Wed, 31 Oct 2018 15:49:41 +0700 Subject: [PATCH] Update readme Make instructions for starting dev environment explicit --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 69ebba57..6c413ddf 100644 --- a/README.md +++ b/README.md @@ -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 ```