Simple react app integrated with keycloak authentication.
(Make sure your keycloak instance is running)
Clone the project
git clone https://github.com/aa-del9/react-keycloak.gitGo to the project directory
cd react-keycloakInstall dependencies
npm installStart the server
npm run devYou can simply run keycloak on a docker instance using the following command.
docker run -p 8080:8080 -e KEYCLOAK_ADMIN=admin -e KEYCLOAK_ADMIN_PASSWORD=admin quay.io/keycloak/keycloak:23.0.6 start-dev
This will create a new docker instance (if it doesn't exist already) with default admin id and password.