From d9311800b9eb6c83ace0308897f2263cf38ed1f8 Mon Sep 17 00:00:00 2001 From: Noah Loomans Date: Fri, 6 Jul 2018 15:00:38 +0200 Subject: Document dev script in README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.1