{"id":13604763,"url":"https://github.com/Quilljou/vite-react-ts-tailwind-starter","last_synced_at":"2025-04-12T02:31:34.765Z","repository":{"id":194604640,"uuid":"690880102","full_name":"Quilljou/vite-react-ts-tailwind-starter","owner":"Quilljou","description":"A boilerplate for quickly creating React applications with the best developer experience.","archived":false,"fork":false,"pushed_at":"2024-01-12T08:35:19.000Z","size":218,"stargazers_count":67,"open_issues_count":0,"forks_count":15,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-10-30T20:11:49.975Z","etag":null,"topics":["less","react","react-i18next","react-query","shadcn-ui","tailwindcss","typescript","vite"],"latest_commit_sha":null,"homepage":"https://vite-react-ts-tailwind-starter.pages.dev/","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/Quilljou.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-09-13T04:26:34.000Z","updated_at":"2024-10-30T15:55:47.000Z","dependencies_parsed_at":"2024-01-07T18:03:36.340Z","dependency_job_id":"aba69b15-4e5b-4fc1-82e8-298b394f7faa","html_url":"https://github.com/Quilljou/vite-react-ts-tailwind-starter","commit_stats":null,"previous_names":["quilljou/vite-react-tailwind-starter","quilljou/vite-react-ts-tailwind-starter"],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quilljou%2Fvite-react-ts-tailwind-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quilljou%2Fvite-react-ts-tailwind-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quilljou%2Fvite-react-ts-tailwind-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quilljou%2Fvite-react-ts-tailwind-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Quilljou","download_url":"https://codeload.github.com/Quilljou/vite-react-ts-tailwind-starter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223400214,"owners_count":17139310,"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":["less","react","react-i18next","react-query","shadcn-ui","tailwindcss","typescript","vite"],"created_at":"2024-08-01T19:00:50.998Z","updated_at":"2024-11-07T09:30:56.739Z","avatar_url":"https://github.com/Quilljou.png","language":"TypeScript","funding_links":[],"categories":["TypeScript","Boilerplates \u0026 Starters","Get Started"],"sub_categories":["Templates"],"readme":"## Vite-React-TS-Tailwind-Starter\n\nChoosing a technology stack is a very subjective matter, if you happen to like using `Vite`, `Tailwind`, `TS` and `shadcn ui` and more to build React SPA applications, then give it a try.\n\n## Run\n\n\n```sh\nyarn\nyarn dev\n```\n\nWe prefer `Yarn` as package manager, If you want to use `pnpm` or `npm`, feel free to use\n\n\n## Tech Stack\n\n- [vite](https://vitejs.dev/)\n- [react](https://reactjs.org/)\n- [shadcn ui](https://ui.shadcn.com/)\n- [react-i18next](https://github.com/i18next/react-i18next)\n- [react-lucide](https://lucide.dev/)\n- [transmart](https://github.com/Quilljou/transmart)\n- [react-query](https://tanstack.com/query/latest/)\n- [tailwindcss](https://tailwindcss.com/)\n- [less](http://lesscss.org/)\n- [postcss](https://postcss.org/)\n- [react-router-dom](https://reactrouter.com/en/6.16.0)\n- [eslint](https://eslint.org/)/[stylelint](https://stylelint.io/)\n- [prettier](https://prettier.io/)\n- [svgr](https://react-svgr.com/)\n- [editorconfig](https://editorconfig.org/)\n- [husky](https://typicode.github.io/husky/#/)/[lint-staged](https://github.com/okonet/lint-staged)\n- [commitlint](https://commitlint.js.org/)\n\n\n## Project Structure\n\n```sh\nsrc\n├── app.tsx     # App entry\n├── assets      # Assets for images, favicon etc\n├── components  # React components\n├── hooks       # React hooks\n├── i18n        # i18n files\n├── lib         # Utils、tools、services\n├── main.tsx    # File entry\n├── pages       # One .tsx per page\n├── router.tsx  # Routers\n├── styles      # Less files\n├── types       # Typescript types\n└── vite-env.d.ts\n```\n\n## Deploy\n\n[Cloudflare Pages](https://pages.cloudflare.com/) is my first option to deploy React App，follow [this documentation](https://developers.cloudflare.com/pages/framework-guides/deploy-a-react-site/#deploying-with-cloudflare-pages) to deploy your site. Don't forget build directory should\tchoose `dist`\n\n[Vercel](https://pages.cloudflare.com/) is a good option too，Go to [Vercel](https://vercel.com/new) and link to your Git Repo\n\nEnjoy building.\n\n\n## Related\n\n- [Next Starter](https://github.com/Quilljou/next-ts-tailwind-starter)\n\n- [React Starter](https://github.com/Quilljou/vite-react-ts-tailwind-starter)\n\n- [Figma Starter](https://github.com/Quilljou/figma-react-tailwind-starter)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FQuilljou%2Fvite-react-ts-tailwind-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FQuilljou%2Fvite-react-ts-tailwind-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FQuilljou%2Fvite-react-ts-tailwind-starter/lists"}