3e181c42d8
Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 3.25.0 to 3.26.0. - [Release notes](https://github.com/steveukx/git-js/releases) - [Changelog](https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md) - [Commits](https://github.com/steveukx/git-js/commits/simple-git@3.26.0/simple-git) --- updated-dependencies: - dependency-name: simple-git dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
---|---|---|
.. | ||
templates | ||
create.js | ||
package.json | ||
README.md |
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 account
This 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 dev
And then run keycloak in the background:
npm run start-keycloak
Then open the ui in a browser:
open http://localhost:8080