diff options
author | Gunther6070 <haydenhartman10@yahoo.com> | 2025-03-31 17:27:57 -0400 |
---|---|---|
committer | Gunther6070 <haydenhartman10@yahoo.com> | 2025-03-31 17:27:57 -0400 |
commit | da47933078796ea1b7b7b20468d2c2fe19b2e74f (patch) | |
tree | d3aa81f7e329bad6f4dd6121dad1f89ba3b92b6b | |
parent | b07405c2a1817271c84e25bfe62b6b3ff36136f9 (diff) | |
download | JellySolutions-da47933078796ea1b7b7b20468d2c2fe19b2e74f.tar.gz JellySolutions-da47933078796ea1b7b7b20468d2c2fe19b2e74f.tar.bz2 JellySolutions-da47933078796ea1b7b7b20468d2c2fe19b2e74f.zip |
Added bat file
-rw-r--r-- | start.bat | 9 |
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 |