Skip to content

Commit e2dbf8e

Browse files
committed
Merge branch 'develop'
2 parents 96a0076 + e31daa4 commit e2dbf8e

File tree

4 files changed

+13180
-10138
lines changed

4 files changed

+13180
-10138
lines changed
Lines changed: 27 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,39 @@
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 :
77
shell 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)

0 commit comments

Comments
 (0)