Interactive angular based UI application has been added inside same project.
Please note, both main project code and deployable app is there to check, inside greeting-ui and /greeting-ui/dist respectively.
- Spring Boot Backend Application of Greeting CRUD
- Node JS
- Angular CLI (preferably version 10 or more)
-
Node JS source code or installer can be found here
-
Install the angular CLI using the npm package manager:
npm install -g @angular/cli
-
Run spring boot application by running ./gradlew bootRun from root project folder .
-
Once spring boot application is up and running, please go to greeting-ui from command line:
cd greeting-ui
-
Now angular application can be started by command:
ng serve
This will launch UI application on port 4200.