From da47933078796ea1b7b7b20468d2c2fe19b2e74f Mon Sep 17 00:00:00 2001 From: Gunther6070 Date: Mon, 31 Mar 2025 17:27:57 -0400 Subject: Added bat file --- start.bat | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 start.bat (limited to 'start.bat') 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 -- cgit v1.2.3