samhstn/elm-simple-starter

Add concurrently

Closed this issue · 0 comments

We currently run the following commands in separate terminal windows:

npm run watch:elm
npm run watch:js
npm run watch:server

We could instead run all 3 with: npm run watch using concurrently