Angular project bootstrapped with Gradle according to this tutorial: https://ordina-jworks.github.io/architecture/2018/10/12/spring-boot-angular-gradle.html
Sample implementation: https://github.com/gurtjun/angular-spring-boot-gradle
--base-href .
was added as build parameter in package.json to correctly handle changed application context path
cd actracker-ui-angular
ng serve
cd actracker-ui-angular
ng serve --configuration dev
After Angular starts the web server, open your browser and go to http://localhost:4200
./gradlew clean build bootRun
SPRING_PROFILES_ACTIVE=DEV ./gradlew clean build bootRun
After Angular starts the web server, open your browser and go to http://localhost:8080/actracker-ui