https://github.com/tedwon/quarkus-react-example
React & Quarkus Example Project
https://github.com/tedwon/quarkus-react-example
Last synced: about 1 year ago
JSON representation
React & Quarkus Example Project
- Host: GitHub
- URL: https://github.com/tedwon/quarkus-react-example
- Owner: tedwon
- Created: 2022-11-19T01:29:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-03T21:18:21.000Z (over 3 years ago)
- Last Synced: 2025-04-09T06:44:26.486Z (about 1 year ago)
- Language: JavaScript
- Size: 1.82 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
= React & Quarkus Example Project
Created based on the Quarkus article https://quarkus.io/blog/gui-react-patternfly/[Adding Eyecandy to your Quarkus App with React and Patternfly - Quarkus]
== Step 1. Run Quarkus
[source,bash,options="nowrap"]
----
cd $PROJECT_HOME
quarkus dev
----
== Step 2. Run React
[source,bash,options="nowrap"]
----
cd $PROJECT_HOME/src/main/webapp
npm start
----
== Test URLs
http://localhost:8080
http://localhost:8080/particles
http://localhost:3000
http://localhost:3000/particles