Merge pull request #213 from anoadragon453/patch-3

Make things clearer
This commit is contained in:
Travis Ralston 2018-10-17 17:36:54 -06:00 committed by GitHub
commit 1c4b38b53a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ npm install
# Run the webserver (it watches for changes)
npm run start:web
# Run the backend (does not watch for changes)
# Run the backend (does not support watching for changes)
npm run build:app && node build/app/index.js
```