I want to run this project: github
How can I run all modules of this project (Angular & 2xSpring Boot) at once and test this in the browser?
I dont know how to start this. When I'm running these spring projects separately by mvn spring-boot:run
and ui by ng s
then it's just not working.