🔩Keycloakify in my App
Collocating your App and your frontend code
yarn add keycloakify{
"scripts": {
...
"prepare": "copy-keycloak-resources-to-public", //This is only for beeing able to test the theme locally in storybook or with an explicit mockPageId
"build-keycloak-theme": "yarn build && keycloakify"
}
}...
/build_keycloakLast updated
Was this helpful?
