{"id":21414246,"url":"https://github.com/keycloakify/keycloakify-starter-webpack","last_synced_at":"2026-03-05T14:04:01.777Z","repository":{"id":222228450,"uuid":"756643321","full_name":"keycloakify/keycloakify-starter-webpack","owner":"keycloakify","description":"🔑  Keycloakify Projects Starter Template for Webpack","archived":false,"fork":false,"pushed_at":"2025-03-16T01:40:46.000Z","size":847,"stargazers_count":6,"open_issues_count":0,"forks_count":25,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-14T04:40:06.925Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://keycloakify.dev","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/keycloakify.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-02-13T02:31:09.000Z","updated_at":"2025-03-16T01:40:49.000Z","dependencies_parsed_at":"2024-06-16T18:39:57.794Z","dependency_job_id":"01e741b3-df78-4ed2-b62d-e61ce8c8f141","html_url":"https://github.com/keycloakify/keycloakify-starter-webpack","commit_stats":null,"previous_names":["keycloakify/keycloakify-starter-cra","keycloakify/keycloakify-starter-webpack"],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/keycloakify/keycloakify-starter-webpack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keycloakify%2Fkeycloakify-starter-webpack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keycloakify%2Fkeycloakify-starter-webpack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keycloakify%2Fkeycloakify-starter-webpack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keycloakify%2Fkeycloakify-starter-webpack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/keycloakify","download_url":"https://codeload.github.com/keycloakify/keycloakify-starter-webpack/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keycloakify%2Fkeycloakify-starter-webpack/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267184044,"owners_count":24049126,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-26T02:00:08.937Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-22T18:27:08.031Z","updated_at":"2026-03-05T14:03:56.732Z","avatar_url":"https://github.com/keycloakify.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003ci\u003e🚀 \u003ca href=\"https://keycloakify.dev\"\u003eKeycloakify\u003c/a\u003e v11 starter 🚀\u003c/i\u003e\n    \u003cbr/\u003e\n    \u003cbr/\u003e\n\u003c/p\u003e\n\nThis starter is based on Webpack. There is also [a Vite based starter](https://github.com/keycloakify/keycloakify-starter).\n\n# Quick start\n\n```bash\ngit clone https://github.com/keycloakify/keycloakify-starter-webpack\ncd keycloakify-starter-webpack\nyarn install # Or use pnpm or bun (but not npm), just be sure to delete the yarn.lock if you do.\n```\n\n# Testing the theme locally\n\n[Documentation](https://docs.keycloakify.dev/v/v10/testing-your-theme)\n\n# How to customize the theme\n\n[Documentation](https://docs.keycloakify.dev/v/v10/customization-strategies)\n\n# Building the theme\n\nYou need to have [Maven](https://maven.apache.org/) installed to build the theme (Maven \u003e= 3.1.1, Java \u003e= 7).  \nThe `mvn` command must be in the $PATH.\n\n-   On macOS: `brew install maven`\n-   On Debian/Ubuntu: `sudo apt-get install maven`\n-   On Windows: `choco install openjdk` and `choco install maven` (Or download from [here](https://maven.apache.org/download.cgi))\n\n```bash\nnpm run build-keycloak-theme\n```\n\nNote that by default Keycloakify generates multiple .jar files for different versions of Keycloak.  \nYou can customize this behavior, see documentation [here](https://docs.keycloakify.dev/targeting-specific-keycloak-versions).\n\n# GitHub Actions\n\nThe starter comes with a generic GitHub Actions workflow that builds the theme and publishes\nthe jars [as GitHub releases artifacts](https://github.com/keycloakify/keycloakify-starter-webpack/releases/tag/v10.0.0).  \nTo release a new version **just update the `package.json` version and push**.\n\nTo enable the workflow go to your fork of this repository on GitHub then navigate to:\n`Settings` \u003e `Actions` \u003e `Workflow permissions`, select `Read and write permissions`.\n\n# Ejecting from Create React App\n\nThis setup is based on Create React App however you can eject it into a custom Webpack setup with:\n\n```bash\nnpx react-scripts eject\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeycloakify%2Fkeycloakify-starter-webpack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkeycloakify%2Fkeycloakify-starter-webpack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeycloakify%2Fkeycloakify-starter-webpack/lists"}