Spring Boot and Angular 5 Demo
This is a sample application that uses Spring Boot on the backend and Angular 5 on the front end. This is a demo application for a course that can be found at http://therealdanvega.com/jhipster.
How to Develop
- git clone this project
- Open it with IDEA ide
How to Run
- git clone this project
- cd src/main/frontend
- npm install
- npm run build
- cd ../../..
- mvn package
- java -jar target/test-0.0.1-SNAPSHOT.jar