keycloak/js/apps/create-keycloak-theme
dependabot[bot] 50e641b1ca Bump fs-extra from 11.3.1 to 11.3.2 in /js
Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 11.3.1 to 11.3.2.
- [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jprichardson/node-fs-extra/compare/11.3.1...11.3.2)

---
updated-dependencies:
- dependency-name: fs-extra
  dependency-version: 11.3.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-17 17:28:55 -03:00
..
templates only enable the when there are idp available 2025-02-04 16:20:11 -03:00
create.js added logic to quick start admin theme (#35559) 2024-12-09 11:13:57 +01:00
package.json Bump fs-extra from 11.3.1 to 11.3.2 in /js 2025-09-17 17:28:55 -03: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