This project was bootstrapped with Create React App.
Before you can run this web app, you need a running Keycloak service. For this, you can either start a real Keycloak server:
./gradlew example-integration-docker:realKeycloakComposeUp
The server has a preconfigured user user
with password user
in realm realm
and
client client
. The client has enabled authorization code flow, implicit flow and direct access
password grant flow.
Stopping the server can be done running:
./gradlew example-integration-docker:realKeycloakComposeDown
Or you can start our standalone server:
./gradlew example-integration-docker:composeUp
Stopping:
./gradlew example-integration-docker:composeDown
In the project directory, you can run:
./yarn start
This runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.