summary refs log tree commit diff
path: root/start.bat
diff options
context:
space:
mode:
Diffstat (limited to 'start.bat')
-rw-r--r--start.bat4
1 files changed, 4 insertions, 0 deletions
diff --git a/start.bat b/start.bat
new file mode 100644
index 00000000..cc12c6a6
--- /dev/null
+++ b/start.bat
@@ -0,0 +1,4 @@
+cd bundle
+CALL npm install
+CALL npm start
+PAUSE
\ No newline at end of file