{"id":30584137,"url":"https://github.com/hayyi2/react-shadcn-starter","last_synced_at":"2025-08-29T09:03:06.210Z","repository":{"id":200447695,"uuid":"705148461","full_name":"hayyi2/react-shadcn-starter","owner":"hayyi2","description":"React + vite template for building apps with shadcn/ui.","archived":false,"fork":false,"pushed_at":"2025-03-19T08:19:55.000Z","size":352,"stargazers_count":38,"open_issues_count":0,"forks_count":17,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-19T08:26:13.717Z","etag":null,"topics":["react","shadcnui","tailwind","typescript","vitejs"],"latest_commit_sha":null,"homepage":"https://hayyi2.github.io/react-shadcn-starter/","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/hayyi2.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}},"created_at":"2023-10-15T07:02:14.000Z","updated_at":"2025-03-19T08:18:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"8abfe7fe-b7f0-48b5-99e5-01a085941e12","html_url":"https://github.com/hayyi2/react-shadcn-starter","commit_stats":null,"previous_names":["hayyi2/react-shadcn-starter"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/hayyi2/react-shadcn-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hayyi2%2Freact-shadcn-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hayyi2%2Freact-shadcn-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hayyi2%2Freact-shadcn-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hayyi2%2Freact-shadcn-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hayyi2","download_url":"https://codeload.github.com/hayyi2/react-shadcn-starter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hayyi2%2Freact-shadcn-starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272658784,"owners_count":24971604,"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-08-29T02:00:10.610Z","response_time":87,"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":["react","shadcnui","tailwind","typescript","vitejs"],"created_at":"2025-08-29T09:03:04.627Z","updated_at":"2025-08-29T09:03:06.122Z","avatar_url":"https://github.com/hayyi2.png","language":"TypeScript","funding_links":[],"categories":["Boilerplates \u0026 Starters"],"sub_categories":[],"readme":"# React Shadcn Starter\n\nReact + Vite + TypeScript template for building apps with shadcn/ui.\n\n## Getting Started\n\n```bash\nnpx degit hayyi2/react-shadcn-starter my-project\ncd my-project\nnpm install\nnpm run dev\n```\n\n## Getting Done\n\n- [x] Single page app with navigation and responsif layout\n- [x] Customable configuration `/config`\n- [x] Simple starting page/feature `/pages`\n- [x] Github action deploy github pages\n\n## Deploy `gh-pages`\n\n- change `basenameProd` in `/vite.config.ts`\n- create deploy key `GITHUB_TOKEN` in github `/settings/keys`\n- commit and push changes code\n- setup gihub pages to branch `gh-pages`\n- run action `Build \u0026 Deploy`\n\n### Auto Deploy\n\n- change file `.github/workflows/build-and-deploy.yml`\n- Comment on `workflow_dispatch`\n- Uncomment on `push`\n\n```yaml\n# on:\n#   workflow_dispatch:\non:\n  push:\n    branches: [\"main\"]\n```\n\n## Features\n\n- React + Vite + TypeScript\n- Tailwind CSS\n- [shadcn-ui](https://github.com/shadcn-ui/ui/)\n- [react-router-dom](https://www.npmjs.com/package/react-router-dom)\n\n## Project Structure\n\n```md\nreact-shadcn-starter/\n├── public/            # Public assets\n├── src/               # Application source code\n│   ├── components/    # React components\n│   ├── context/       # contexts components\n│   ├── config/        # Config data\n│   ├── hook/          # Custom hooks\n│   ├── lib/           # Utility functions\n│   ├── pages/         # pages/features components\n│   ├── App.tsx        # Application entry point\n│   ├── index.css      # Main css and tailwind configuration\n│   ├── main.tsx       # Main rendering file\n│   └── Router.tsx     # Routes component\n├── index.html         # HTML entry point\n├── tsconfig.json      # TypeScript configuration\n└── vite.config.ts     # Vite configuration\n```\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](https://github.com/hayyi2/react-shadcn-starter/blob/main/LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhayyi2%2Freact-shadcn-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhayyi2%2Freact-shadcn-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhayyi2%2Freact-shadcn-starter/lists"}