File tree Expand file tree Collapse file tree 4 files changed +13180
-10138
lines changed
fj-doc-playground-quarkus Expand file tree Collapse file tree 4 files changed +13180
-10138
lines changed Original file line number Diff line number Diff line change 11# fj-doc-playground-quarkus Project
22
33
4- ## Running the application in dev mode
4+ ## Running the application in dev mode as a single package
55
6- You can run your application in dev mode that enables live coding using:
6+ You can run the application in live mode :
77shell script
88
99```
10- ./mvnw compile quarkus:dev
10+ cd fj-doc-playground-quarkus
11+ mvn compile quarkus:dev -P buildreact
1112```
1213
14+ And go to the home page link [ http://localhost:8080/fj-doc-playground/home ] ( http://localhost:8080/fj-doc-playground/home )
1315
14- And go to the home page link [ http://localhost:8080/playground/ ] ( http://localhost:8080/playground/ )
16+ ## Running the back end (quarkus) and front end (react) separately :
17+
18+ launch quarkus :
19+
20+ ```
21+ cd fj-doc-playground-quarkus
22+ mvn compile quarkus:dev
23+ ```
24+
25+ launch react :
26+
27+ ```
28+ cd fj-doc-playground-quarkus/src/main/react
29+ npm run start
30+ ```
31+
32+ ## required software
33+ * jdk 11 (tested with oracle jdk 11.0.16.1)
34+ * apache maven (tested with apache maven 3.8.7)
35+ * node (tested with node js 18.12.1)
1536
1637## modules currently supported in playground :
17- * fj-doc-val (and all its extensions)
38+ * fj-doc-val (and all its extensions)
39+ * fj-doc-base (and all its extensions)
You can’t perform that action at this time.
0 commit comments