{"id":17912038,"url":"https://github.com/arnaudbarre/rds","last_synced_at":"2025-10-07T02:28:11.128Z","repository":{"id":60875465,"uuid":"454799006","full_name":"ArnaudBarre/rds","owner":"ArnaudBarre","description":"React Development Server: A modern CRA inspired by Vite and powered by oxc, esbuild \u0026 Lightning CSS","archived":false,"fork":false,"pushed_at":"2025-09-28T23:17:23.000Z","size":1022,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-28T23:27:18.724Z","etag":null,"topics":["dev-server","esbuild","react","typescript"],"latest_commit_sha":null,"homepage":"","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/ArnaudBarre.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2022-02-02T14:07:25.000Z","updated_at":"2025-09-28T23:17:26.000Z","dependencies_parsed_at":"2024-02-02T00:28:31.581Z","dependency_job_id":"4ef0e3e2-6acd-4e69-812a-b2265fce782c","html_url":"https://github.com/ArnaudBarre/rds","commit_stats":{"total_commits":110,"total_committers":2,"mean_commits":55.0,"dds":0.4818181818181818,"last_synced_commit":"15ade850cffb356cfdd7ae9230fc53873e940133"},"previous_names":[],"tags_count":33,"template":false,"template_full_name":null,"purl":"pkg:github/ArnaudBarre/rds","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArnaudBarre%2Frds","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArnaudBarre%2Frds/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArnaudBarre%2Frds/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArnaudBarre%2Frds/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ArnaudBarre","download_url":"https://codeload.github.com/ArnaudBarre/rds/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArnaudBarre%2Frds/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278708240,"owners_count":26031979,"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-10-07T02:00:06.786Z","response_time":59,"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":["dev-server","esbuild","react","typescript"],"created_at":"2024-10-28T19:42:48.085Z","updated_at":"2025-10-07T02:28:11.124Z","avatar_url":"https://github.com/ArnaudBarre.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RDS: React Development Server [![npm](https://img.shields.io/npm/v/@arnaud-barre/rds)](https://www.npmjs.com/package/@arnaud-barre/rds)\n\nA modern [CRA](https://github.com/facebook/create-react-app) inspired by [Vite](https://vitejs.dev/) using [oxc](https://oxc.rs/) for Fast Refresh, [Lightning CSS](https://lightningcss.dev/) for CSS in dev and [esbuild](https://esbuild.github.io/) for bundling.\n\nCSS is handled via [downwind](https://github.com/ArnaudBarre/downwind), a bundler-first Tailwind implementation.\n\n## Create a new project\n\n`bunx degit ArnaudBarre/rds/template my-app \u0026\u0026 cd my-app \u0026\u0026 bun i \u0026\u0026 bun run dev`\n\n## CLI\n\n- `rds (start|dev) [--host] [--open] [--force] [--port \u003cnumber\u003e]`: Starts the dev server\n- `rds build [--meta]`: Builds the app for production\n- `rds (serve|preview) [--host] [--open] [--port \u003cnumber\u003e]`: Serves the production build\n\n## Defaults\n\n- `index.html` should be in `/public` without referencing any source file.\n- `src/index.tsx` is the App entry point\n\n## Configuration\n\nThe (optional) configuration file should be named `rds.config.ts`.\n\n```ts\nimport type { RDSConfig } from \"@arnaud-barre/rds\";\n\nexport const config: RDSConfig = {\n  // ...\n};\n```\n\nSee the types definitions for more information on config options.\n\n## JS API\n\nEach of the three mode (dev, build, preview) is exposed via JS. See the types definitions for more information.\n\n## Planned features\n\n- replace esbuild with Rolldown\n- plugins\n- workers\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farnaudbarre%2Frds","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farnaudbarre%2Frds","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farnaudbarre%2Frds/lists"}