Skip to content

Latest commit

 

History

History

example-frontend-react

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

This project was bootstrapped with Create React App.

Prerequisites

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

Run the application

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.