This project shows an approach how to build an Angular-App within Maven and providing the bundle within the Spring-Boot application.
- Use frontend-maven-plugin to build an Angular-App within Maven environment
- Use maven-resources-plugin to copy the Angular bundle into backend's target as static resources
- Use jest to run the Angular unit tests
- Use cypress to run the Angular E2E tests
- Use Deploy to Heroku to deploy the Spring-Boot container to heroku