From 528bdff9105d320912007cdae7055ae22f572157 Mon Sep 17 00:00:00 2001 From: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> Date: Thu, 18 Oct 2018 00:48:26 +0200 Subject: [PATCH] Deps before running --- DEVELOPMENT.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index a4d2022..28e5007 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -15,12 +15,12 @@ The prerequisites for development are the same as running Dimension in a product cp config/default.yaml config/development.yaml nano config/development.yaml -# Run the webserver (it watches for changes) -npm run start:web - # Install dependencies npm install +# Run the webserver (it watches for changes) +npm run start:web + # Run the backend (does not watch for changes) npm run build:app && node build/app/index.js ```