Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

Latest commit

 

History

History
21 lines (13 loc) · 294 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 294 Bytes

An example of bootstrapping Angular with Spring Boot.

Stack:

  • Angular 9
  • Spring Boot 2
  • Lombok
  • MySQL

The Server Side:

  • Open MySQL
  • Build and run Spring Boot App
  • Visit localhost:8080

The Client Side:

  • Use the Angular cli: ng serve
  • Visit localhost:4200