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

  1. git clone this project
  2. Open it with IDEA ide

How to Run

  1. git clone this project
  2. cd src/main/frontend
  3. npm install
  4. npm run build
  5. cd ../../..
  6. mvn package
  7. java -jar target/test-0.0.1-SNAPSHOT.jar