aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/dev.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/dev.sh')
-rwxr-xr-xscripts/dev.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/dev.sh b/scripts/dev.sh
new file mode 100755
index 000000000..d617cd511
--- /dev/null
+++ b/scripts/dev.sh
@@ -0,0 +1,7 @@
1#!/usr/bin/env sh
2
3npm run build
4NODE_ENV=test concurrently \
5 "npm run livereload" \
6 "npm run watch:client" \
7 "npm start"