https://github.com/knowledgefactory4u/springboot-angular-helloworld
Angular + Spring Boot - Hello World Example
https://github.com/knowledgefactory4u/springboot-angular-helloworld
angular angular15 helloworld springboot springboot3
Last synced: 5 months ago
JSON representation
Angular + Spring Boot - Hello World Example
- Host: GitHub
- URL: https://github.com/knowledgefactory4u/springboot-angular-helloworld
- Owner: knowledgefactory4u
- Created: 2023-01-16T10:49:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-03T04:38:53.000Z (about 1 year ago)
- Last Synced: 2024-11-14T20:32:30.033Z (8 months ago)
- Topics: angular, angular15, helloworld, springboot, springboot3
- Language: TypeScript
- Homepage: https://www.knowledgefactory.net/2023/01/angular-spring-boot-hello-world-example.html
- Size: 218 KB
- Stars: 2
- Watchers: 1
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular + Spring Boot - Hello World Example
# Run the applicationStep 1: Download or clone the source code from GitHub to a local machine
# Backend
Step 2: ```mvn clean install```
Step 3: ```mvn spring-boot:run```
# Frontend
Step 4: ```npm install```
Step 5: ```ng serve```
# From the browser call the endpoint http://localhost:4200/.