- clone this repository
- go inside repository
- creare directiory :
mkdir src\main\ui
- go inside that new directory
- clone repository : https://github.com/Sh3ldoris/FrontEndParserApp
- go inside that repository and run:
npm install
- in directory
src\main\ui\FrontEndParserApp
run:
ng serve
- open java project in IDE and run spring boot
- open browser on: http://localhost:4200/
- make sure you have cloned https://github.com/Sh3ldoris/FrontEndParserApp repostitory in project directiory:
src\main\ui
- in project directory run commands:
mvm clean
mvm install