Spring Boot 2.0 (Data-JPA,Hibernate,H2,REST,Lombok) Angular 5 CRUD example
Ensure you have this installed before proceeding further
Java 8 Maven 3.3.9+ Node 6.0 or above, npm 5 or above, Angular-cli 1.6.6 or above
Build Frontend Code for frontend is allready compiled and saved under the webapp/dist when building the backend app (using maven) it will pickup the code from webapp/dist. However if you modified the frontend code and want your changes to get reflected then you must build the frontend
npm install
ng build --prod --aot=true Build Backend (SpringBoot Java)
mvn clean install