summaryrefslogtreecommitdiffstats
path: root/sparkyInstallAndRun.bat
diff options
context:
space:
mode:
Diffstat (limited to 'sparkyInstallAndRun.bat')
-rw-r--r--sparkyInstallAndRun.bat7
1 files changed, 7 insertions, 0 deletions
diff --git a/sparkyInstallAndRun.bat b/sparkyInstallAndRun.bat
new file mode 100644
index 0000000..d87c158
--- /dev/null
+++ b/sparkyInstallAndRun.bat
@@ -0,0 +1,7 @@
+@echo OFF
+ECHO. ***********************************
+ECHO. ******Installing Sparky************
+call npm install
+ECHO. ******Running Sparky***************
+call gulp build --max-old-space-size=8192
+call gulp --max-old-space-size=8192