Merge pull request #212 from anoadragon453/patch-2

Deps before running
This commit is contained in:
Travis Ralston 2018-10-17 16:53:47 -06:00 committed by GitHub
commit e9e0af5292
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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