create-keycloak-theme
v1.0.0-alpha.12
Published
Create a new Keycloak ui project based on a template
Readme
kc-create
Create a new Keycloak ui project based on a template
Usage
npm create keycloak-theme <name> [options]Options
-t, --type <name>the type of ui to be created either account or admin (currently only account is supported)
Example
npm create keycloak-theme my-project -t accountThis will create a new project called my-project with an account ui based on the template from the quickstarts repo.
After the project is created, the following commands can be used to start the server and open the ui in a browser:
cd my-project
npm run devAnd then run keycloak in the background:
npm run start-keycloakThen open the ui in a browser:
open http://localhost:8080