diff options
author | Noah Loomans <noahloomans@gmail.com> | 2018-07-06 15:00:38 +0200 |
---|---|---|
committer | Noah Loomans <noahloomans@gmail.com> | 2018-07-06 15:00:38 +0200 |
commit | d9311800b9eb6c83ace0308897f2263cf38ed1f8 (patch) | |
tree | 8bd1f579f1b9e7e5f6a09f4f735ef3c0e7ed3724 | |
parent | 65e7c62bd71f2bb3f9398713a3e54db2cd6938a5 (diff) |
Document dev script in README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |