Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 587 Bytes

File metadata and controls

19 lines (15 loc) · 587 Bytes

In your React Project

Keycloakify support two bundler: Vite and Webpack (Mainly because there are still using Create React App).

Pick the guide applicable to you:

{% tabs %} {% tab title="Vite" %} {% content-ref url="in-your-vite-project.md" %} in-your-vite-project.md {% endcontent-ref %} {% endtab %}

{% tab title="Webpack (CRA projects are Webpack projects)" %} {% content-ref url="in-your-webpack-project.md" %} in-your-webpack-project.md {% endcontent-ref %} {% endtab %} {% endtabs %}