This is project demonstrating how to serve an angular application with an express server that forwards all API requests to the backend server.
$ ./gradlew server:bootRun
$ cd frontend
$ npm install && npm run build
$ npm start
Open http://localhost:3000 in your browser