aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGunther6070 <haydenhartman10@yahoo.com>2025-03-31 17:27:57 -0400
committerGunther6070 <haydenhartman10@yahoo.com>2025-03-31 17:27:57 -0400
commitda47933078796ea1b7b7b20468d2c2fe19b2e74f (patch)
treed3aa81f7e329bad6f4dd6121dad1f89ba3b92b6b
parentb07405c2a1817271c84e25bfe62b6b3ff36136f9 (diff)
downloadJellySolutions-da47933078796ea1b7b7b20468d2c2fe19b2e74f.tar.gz
JellySolutions-da47933078796ea1b7b7b20468d2c2fe19b2e74f.tar.bz2
JellySolutions-da47933078796ea1b7b7b20468d2c2fe19b2e74f.zip
Added bat file
-rw-r--r--start.bat9
1 files changed, 9 insertions, 0 deletions
diff --git a/start.bat b/start.bat
new file mode 100644
index 0000000..a19b267
--- /dev/null
+++ b/start.bat
@@ -0,0 +1,9 @@
+@echo off
+
+cd ufund-api
+
+start cmd /k "mvn compile exec:java"
+
+cd ../ufund-ui
+
+start cmd /k "ng serve -o" \ No newline at end of file