keycloak-scim/js/apps/create-keycloak-theme
dependabot[bot] e5998adca2
Bump simple-git from 3.26.0 to 3.27.0 (#33129)
Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 3.26.0 to 3.27.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.27.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>
2024-09-20 09:38:52 +00:00
..
templates small fix to create project (#32680) 2024-09-10 08:23:21 -04:00
create.js small fix to create project (#32680) 2024-09-10 08:23:21 -04:00
package.json Bump simple-git from 3.26.0 to 3.27.0 (#33129) 2024-09-20 09:38:52 +00:00
README.md added bin to package.json to make it executable (#32052) 2024-08-13 11:29:48 +02:00

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