aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoah Loomans <noahloomans@gmail.com>2018-07-06 15:00:38 +0200
committerNoah Loomans <noahloomans@gmail.com>2018-07-06 15:00:38 +0200
commitd9311800b9eb6c83ace0308897f2263cf38ed1f8 (patch)
tree8bd1f579f1b9e7e5f6a09f4f735ef3c0e7ed3724
parent65e7c62bd71f2bb3f9398713a3e54db2cd6938a5 (diff)
Document dev script in README.md
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index b08fbad..5dc1b4a 100644
--- a/README.md
+++ b/README.md
@@ -14,6 +14,8 @@ for production, run `npm run build`. To start the server simply run
This means that you probably want to open two terminal windows, in one which
you run run `npm run build:dev`, and in another you run `npm start`.
+Alternativly, you can run `npm run dev` to run the `start` and `build:dev`
+scripts at the same time.
## BrowserStack