diff --git a/development b/development new file mode 100755 index 0000000..7840285 --- /dev/null +++ b/development @@ -0,0 +1,2 @@ +#!/bin/bash +./node_modules/.bin/concurrently --kill-others "npm run watch" "npm run start -- -d -w"