Sample webapp using Spring Boot on the backend and Angular 2+ on the frontend, with Maven and Angular CLI as build tools and with hot reloading on both sides.
Run the app:
git clone https://github.com/aksdroid/perfect-webapp.git
cd perfect-webapp
mvn spring-boot:run
The app will be available at http://localhost:8080.


