I have a spring boot maven project and an Angular 5 project. I typically buid the "dist" folder npm run build:prod then add it to src/main/resources/public and then boot the spring project.
How can I include the source for the Angular project inside the spring boot project so that when the spring boot app is running I can make live edits to the html and typescript files?