Spring + Angular App How to run the application: Running BE Run mvn spring-boot:run on a terminal window while on directory SpringApp/be. Running FE Run ng serve on a terminal window while on directory SpringApp/fe. Open Application Navigate to http://localhost:4200/ to interact with the application.