{"id":16392806,"url":"https://github.com/jimmy-guzman/react-starter","last_synced_at":"2025-03-23T04:31:46.634Z","repository":{"id":149995472,"uuid":"622625802","full_name":"jimmy-guzman/react-starter","owner":"jimmy-guzman","description":"🍱 Another React Starter using Bun, Vite, TypeScript, tailwindcss and daisyUI.","archived":false,"fork":false,"pushed_at":"2025-03-18T03:59:49.000Z","size":4447,"stargazers_count":3,"open_issues_count":3,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-18T17:56:53.427Z","etag":null,"topics":["bun","daisyui","dependabot","eslint","github-actions","knip","playwright","react","storybook","tailwind","tailwindcss","tailwindcss-v4","tanstack-router","turborepo","typescript","vitejs","vitest"],"latest_commit_sha":null,"homepage":"https://react-starter-plum.vercel.app","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/jimmy-guzman.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":"2023-04-02T16:58:06.000Z","updated_at":"2025-03-11T03:51:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"696feb57-2e3f-428f-bb49-d671859e9133","html_url":"https://github.com/jimmy-guzman/react-starter","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimmy-guzman%2Freact-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimmy-guzman%2Freact-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimmy-guzman%2Freact-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimmy-guzman%2Freact-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jimmy-guzman","download_url":"https://codeload.github.com/jimmy-guzman/react-starter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245056889,"owners_count":20553855,"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","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":["bun","daisyui","dependabot","eslint","github-actions","knip","playwright","react","storybook","tailwind","tailwindcss","tailwindcss-v4","tanstack-router","turborepo","typescript","vitejs","vitest"],"created_at":"2024-10-11T04:51:27.308Z","updated_at":"2025-03-23T04:31:46.598Z","avatar_url":"https://github.com/jimmy-guzman.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React Starter\n\n\u003e 🍱 Another React Starter using Bun, Vite, TypeScript, tailwindcss and daisyUI.\n\n## 🐣 Features\n\n- 🍞 [bun][bun] for a fast runtime and package manager.\n- ⚡️ [vite][vite] for instant server start and lighting fast HMR.\n- 🏷️ [TypeScript][TypeScript] for a less frustrating \u0026 consistent experience.\n- 🏝️ [TanStack Router][TanStack Router] for a fully type-safe React router.\n- 🏝️ [TanStack Query][TanStack Query] for asynchronous state management.\n- 💄 [tailwindcss][tailwindcss] for utility-first CSS.\n- 💄 [daisyUI](https://daisyui.com) for tailwindcss components.\n- 🧱 [storybook][storybook] for building UIs in isolation.\n- 🧪 [vitest][vitest] for fast testing.\n- 🧪 [Playwright][Playwright] for fast and reliable e2e testing.\n- 🧪 [Mock Service Worker][Mock Service Worker] for client-agnostic API mocks.\n- 🩺 [eslint][eslint] for static analysis.\n- 🩺 [Knip][Knip] for finding dead code.\n- 🎨 [prettier][prettier] for formatting.\n- 🩺 [lefthook][lefthook] for fast Git hooks management.\n- 👷 [Turborepo][Turborepo] for caching and task parallelization.\n- 👷 [GitHub Actions][GitHub Actions] for easy workflow automation.\n- 🔒️ [Dependabot][Dependabot] for monitoring vulnerabilities and keeping dependencies up-to-date.\n\n## 🛠️ Usage\n\nYou can either [use this template](https://github.com/jimmy-guzman/react-starter/generate) or [deploy on Vercel](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fjimmy-guzman%2Freact-starter\u0026project-name=my-awesome-react-project\u0026repository-name=my-awesome-react-project) or use [tiged](https://github.com/tiged/tiged), by running the following command:\n\n```\nbunx tiged jimmy-guzman/react-starter\n```\n\n## 🏁 Getting Started\n\nFirst install [bun](https://bun.sh/docs/installation), by running the following command:\n\n```\ncurl -fsSL https://bun.sh/install | bash\n```\n\nNow you can install dependencies, by running the following command:\n\n```\nbun install\n```\n\nOr if you already have `bun` installed you upgrade, by running the following command:\n\n```\nbun upgrade --stable\n```\n\nAnd to download new browsers for Playwright, run the following command:\n\n```\nbunx playwright install\n```\n\nAnd install Turborepo, run the following command:\n\n```\nbun install --global turbo\n```\n\nThen to run the development server, run the following command:\n\n```\nturbo dev\n```\n\nYour application will be available at http://localhost:5173/ ❤️\n\n## 🧞 Available Tasks\n\n| Command            | Action                                                   |\n| :----------------- | :------------------------------------------------------- |\n| `bun install`      | Installs dependencies                                    |\n| `turbo dev`        | Starts local dev server at http://localhost:5173/        |\n| `turbo build`      | Build your production site to `./dist/`                  |\n| `turbo preview`    | Preview your build locally, before deploying             |\n| `turbo test`       | Unit tests your code with vitest                         |\n| `turbo e2e`        | E2E tests your code with playwright                      |\n| `turbo lint`       | Lints everything with eslint                             |\n| `turbo lint:fix`   | Fixes lint errors with eslint                            |\n| `turbo format`     | Checks formatting with prettier                          |\n| `turbo format:fix` | Fixes formatting errors with prettier                    |\n| `turbo typecheck`  | Checks types with TypeScript                             |\n| `turbo sb`         | Starts storybook at http://localhost:6006                |\n| `turbo sb:build`   | Build your production storybook to `./storybook-static/` |\n| `turbo check`      | Checks everything                                        |\n\n_You can also run all tasks with `bun run`, i.e `bun run dev`_\n\n\u003c!-- features references start --\u003e\n\n[vite]: https://vite.dev\n[react]: https://react.dev\n[TypeScript]: https://www.typescriptlang.org\n[tailwindcss]: https://tailwindcss.com\n[storybook]: https://storybook.js.org\n[eslint]: https://eslint.org\n[vitest]: https://vitest.dev/guide/why.html\n[Testing Library]: https://testing-library.com/docs/guiding-principles\n[Playwright]: https://playwright.dev\n[prettier]: https://prettier.io\n[bun]: https://bun.sh\n[GitHub Actions]: https://github.com/features/actions\n[lefthook]: https://github.com/evilmartians/lefthook\n[TanStack Router]: https://tanstack.com/router/v1\n[TanStack Query]: https://tanstack.com/query/v5\n[Turborepo]: https://turbo.build/repo/docs\n[Mock Service Worker]: https://mswjs.io\n[Knip]: https://knip.dev\n[Dependabot]: https://docs.github.com/en/code-security/dependabot\n\n\u003c!-- features references end --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjimmy-guzman%2Freact-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjimmy-guzman%2Freact-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjimmy-guzman%2Freact-starter/lists"}