From 82d354b03f17fa6f714e0e38cd1c99266f16f9f6 Mon Sep 17 00:00:00 2001 From: Joseph Garrone Date: Tue, 13 Feb 2024 03:43:48 +0100 Subject: [PATCH] Mention the existance of the Webpack based starter --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a07223..4e26638 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,9 @@ This repo constitutes an easily reusable setup for a Keycloak theme project OR for a Vite SPA React App that generates a Keycloak theme that goes along with it. -If you are only looking to create a Keycloak theme (and not a Keycloak theme and an App that share the same codebase) there are a lot of things that you can remove from this starter: [Please read this section of the README](#standalone-keycloak-theme). +If you are only looking to create a Keycloak theme (and not a Keycloak theme and an App that share the same codebase) there are a lot of things that you can remove from this starter: [Please read this section of the README](#standalone-keycloak-theme). + +This starter is based on Vite. There is also [a Webpack based starter](https://github.com/keycloakify/keycloakify-starter-cra). # Quick start