{"id":25709564,"url":"https://github.com/exectx/react-router-cloudflare-template","last_synced_at":"2026-05-12T13:44:01.430Z","repository":{"id":278709537,"uuid":"936520562","full_name":"exectx/react-router-cloudflare-template","owner":"exectx","description":"This is just on of the official cloudflare templates + tailwind v4","archived":false,"fork":false,"pushed_at":"2025-02-21T08:30:47.000Z","size":118,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-21T09:31:25.163Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/exectx.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}},"created_at":"2025-02-21T08:23:15.000Z","updated_at":"2025-02-21T08:30:51.000Z","dependencies_parsed_at":"2025-02-21T09:32:15.861Z","dependency_job_id":"510f30b5-036f-4f97-a7c6-c062ac91777c","html_url":"https://github.com/exectx/react-router-cloudflare-template","commit_stats":null,"previous_names":["exectx/react-router-cloudflare-template"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/exectx/react-router-cloudflare-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exectx%2Freact-router-cloudflare-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exectx%2Freact-router-cloudflare-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exectx%2Freact-router-cloudflare-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exectx%2Freact-router-cloudflare-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/exectx","download_url":"https://codeload.github.com/exectx/react-router-cloudflare-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exectx%2Freact-router-cloudflare-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32942142,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-12T09:19:52.626Z","status":"ssl_error","status_checked_at":"2026-05-12T09:17:33.438Z","response_time":102,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-02-25T09:34:49.095Z","updated_at":"2026-05-12T13:44:01.414Z","avatar_url":"https://github.com/exectx.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Welcome to React Router + Cloudflare Workers!\n\n\u003e [!NOTE]\n\u003e This is a modifed [template](https://github.com/cloudflare/templates/tree/main/react-router-starter-template) from cloudflare + tailwind v4\n\n![React Router Starter Template Preview](https://imagedelivery.net/wSMYJvS3Xw-n339CbDyDIA/bfdc2f85-e5c9-4c92-128b-3a6711249800/public)\n\n\u003c!-- dash-content-start --\u003e\n\nA modern, production-ready template for building full-stack React applications using React Router.\n\n## Features\n\n- 🚀 Server-side rendering\n- ⚡️ Hot Module Replacement (HMR)\n- 📦 Asset bundling and optimization\n- 🔄 Data loading and mutations\n- 🔒 TypeScript by default\n- 🎉 TailwindCSS for styling\n- 📖 [React Router docs](https://reactrouter.com/)\n\n\u003c!-- dash-content-end --\u003e\n\n## Getting Started\n\nOutside of this repo, you can start a new project with this template using [C3](https://developers.cloudflare.com/pages/get-started/c3/) (the `create-cloudflare` CLI):\n\n```bash\nnpm create cloudflare@latest -- --template=exectx/react-router-cloudflare-template\n```\n\nA live public deployment of this template is available at [https://react-router-starter-template.templates.workers.dev](https://react-router-starter-template.templates.workers.dev)\n\n### Installation\n\nInstall the dependencies:\n\n```bash\nnpm install\n```\n\n### Development\n\nStart the development server with HMR:\n\n```bash\nnpm run dev\n```\n\nYour application will be available at `http://localhost:5173`.\n\n## Typegen\n\nGenerate types for your Cloudflare bindings in `wrangler.toml`:\n\n```sh\nnpm run typegen\n```\n\n## Building for Production\n\nCreate a production build:\n\n```bash\nnpm run build\n```\n\n## Deployment\n\nIf you don't have a Cloudflare account, [create one here](https://dash.cloudflare.com/sign-up)! Go to your [Workers dashboard](https://dash.cloudflare.com/?to=%2F%3Aaccount%2Fworkers-and-pages) to see your [free custom Cloudflare Workers subdomain](https://developers.cloudflare.com/workers/configuration/routing/workers-dev/) on `*.workers.dev`.\n\nOnce that's done, you can deploy your app:\n\n```sh\nnpm run deploy\n```\n\n## Styling\n\nThis template comes with [Tailwind CSS](https://tailwindcss.com/) already configured for a simple default starting experience. You can use whatever CSS framework you prefer.\n\n---\n\nBuilt with ❤️ using React Router.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexectx%2Freact-router-cloudflare-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fexectx%2Freact-router-cloudflare-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexectx%2Freact-router-cloudflare-template/lists"}