Spring Boot + Angular Example
- NPM :
npm install
- Angular Build :
ng build
- Build Target : src/main/resources/static
- Run Spring Boot
- Go to
localhost:8080
- Run Spring Boot
- Run Angular :
ng serve --proxy-config proxy.conf.json
- Go to
localhost:4200
- Task Domain CRUD
- SSE (Server Sent Events)