1 2 3 4 5 6 7 8 9
@echo off cd ufund-api start cmd /k "mvn compile exec:java" cd ../ufund-ui start cmd /k "ng serve -o"