Step 1: Clone or download the code
Step 2: Open the project using your favourite IDE. I am using IntelliJ IDEA.
Step 3: Build application jar file:
Maven: mvn clean package
or
Gradle: gradle build
Step 4: Start the application: java -jar quarkus-run.jar
####################################################################################
Download the dependencies using the following command
npm install
Run the frontend application using the following command
ng serve
Hit http://localhost:4200 link in a browser that will host this Angular 10 CRUD app.
###################################################################################
Download the dependencies using the following command
npm install
Run the frontend application using the following command
npm run serve
App running at
- Local:http://localhost:8080/
###################################################################################
Download the dependencies using the following command
npm install
Run the frontend application using the following command
npm start