{"id":30802179,"url":"https://github.com/cybervoid0/vite-react-template","last_synced_at":"2025-09-05T21:48:14.141Z","repository":{"id":295523460,"uuid":"990336883","full_name":"cybervoid0/vite-react-template","owner":"cybervoid0","description":null,"archived":false,"fork":false,"pushed_at":"2025-05-30T23:26:43.000Z","size":105,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-22T23:05:57.683Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cybervoid0.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2025-05-26T00:57:18.000Z","updated_at":"2025-05-30T23:26:46.000Z","dependencies_parsed_at":"2025-05-26T01:43:13.263Z","dependency_job_id":"e134afae-84f5-4e62-86a6-c82eba80db2e","html_url":"https://github.com/cybervoid0/vite-react-template","commit_stats":null,"previous_names":["shenshin/vite-react-template","cybervoid0/vite-react-template"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cybervoid0/vite-react-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cybervoid0%2Fvite-react-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cybervoid0%2Fvite-react-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cybervoid0%2Fvite-react-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cybervoid0%2Fvite-react-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cybervoid0","download_url":"https://codeload.github.com/cybervoid0/vite-react-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cybervoid0%2Fvite-react-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273827099,"owners_count":25175235,"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-09-05T02:00:09.113Z","response_time":402,"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":"2025-09-05T21:48:10.902Z","updated_at":"2025-09-05T21:48:14.131Z","avatar_url":"https://github.com/cybervoid0.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React + Vite + Hono + Cloudflare Workers\n\n[![Deploy to Cloudflare](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/templates/tree/main/vite-react-template)\n\nThis template provides a minimal setup for building a React application with TypeScript and Vite, designed to run on Cloudflare Workers. It features hot module replacement, ESLint integration, and the flexibility of Workers deployments.\n\n![React + TypeScript + Vite + Cloudflare Workers](https://imagedelivery.net/wSMYJvS3Xw-n339CbDyDIA/fc7b4b62-442b-4769-641b-ad4422d74300/public)\n\n\u003c!-- dash-content-start --\u003e\n\n🚀 Supercharge your web development with this powerful stack:\n\n- [**React**](https://react.dev/) - A modern UI library for building interactive interfaces\n- [**Vite**](https://vite.dev/) - Lightning-fast build tooling and development server\n- [**Hono**](https://hono.dev/) - Ultralight, modern backend framework\n- [**Cloudflare Workers**](https://developers.cloudflare.com/workers/) - Edge computing platform for global deployment\n\n### ✨ Key Features\n\n- 🔥 Hot Module Replacement (HMR) for rapid development\n- 📦 TypeScript support out of the box\n- 🛠️ ESLint configuration included\n- ⚡ Zero-config deployment to Cloudflare's global network\n- 🎯 API routes with Hono's elegant routing\n- 🔄 Full-stack development setup\n\nGet started in minutes with local development or deploy directly via the Cloudflare dashboard. Perfect for building modern, performant web applications at the edge.\n\n\u003c!-- dash-content-end --\u003e\n\n## Getting Started\n\nTo start a new project with this template, run:\n\n```bash\nnpm create cloudflare@latest -- --template=cloudflare/templates/vite-react-template\n```\n\nA live deployment of this template is available at:\n[https://react-vite-template.templates.workers.dev](https://react-vite-template.templates.workers.dev)\n\n## Development\n\nInstall dependencies:\n\n```bash\nnpm install\n```\n\nStart the development server with:\n\n```bash\nnpm run dev\n```\n\nYour application will be available at [http://localhost:5173](http://localhost:5173).\n\n## Production\n\nBuild your project for production:\n\n```bash\nnpm run build\n```\n\nPreview your build locally:\n\n```bash\nnpm run preview\n```\n\nDeploy your project to Cloudflare Workers:\n\n```bash\nnpm run build \u0026\u0026 npm run deploy\n```\n\n## Additional Resources\n\n- [Cloudflare Workers Documentation](https://developers.cloudflare.com/workers/)\n- [Vite Documentation](https://vitejs.dev/guide/)\n- [React Documentation](https://reactjs.org/)\n- [Hono Documentation](https://hono.dev/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcybervoid0%2Fvite-react-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcybervoid0%2Fvite-react-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcybervoid0%2Fvite-react-template/lists"}