Skip to content

mirako77/Quarkus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quarkus

Quarkus starter

How to run the application in your local machine?

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

####################################################################################

How to run the Angular - Frontend application in your local machine?

Download the dependencies using the following command

npm install

Run the frontend application using the following command

ng serve

Hit https://localhost:4200 link in a browser that will host this Angular 10 CRUD app.

###################################################################################

How to run the Vue - Frontend application in your local machine?

Download the dependencies using the following command

npm install

Run the frontend application using the following command

npm run serve

App running at

###################################################################################

How to run the React JS - Frontend application in your local machine?

Download the dependencies using the following command

npm install

Run the frontend application using the following command

npm start

Releases

No releases published

Packages

No packages published

Languages

  • Java 56.7%
  • JavaScript 15.1%
  • TypeScript 9.6%
  • HTML 8.6%
  • Kotlin 6.4%
  • Vue 2.9%
  • CSS 0.7%