{"id":16996942,"url":"https://github.com/dlarroder/vite-react-ts-tailwind-starter","last_synced_at":"2026-04-07T16:31:53.957Z","repository":{"id":103712947,"uuid":"487167062","full_name":"dlarroder/vite-react-ts-tailwind-starter","owner":"dlarroder","description":"React starter template powered by vite + typescript + tailwind","archived":false,"fork":false,"pushed_at":"2022-07-27T11:32:17.000Z","size":241,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-25T07:46:17.877Z","etag":null,"topics":["eslint","prettier","reactjs","tailwindcss","typescript","vitejs"],"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/dlarroder.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,"zenodo":null}},"created_at":"2022-04-30T02:56:26.000Z","updated_at":"2023-08-04T14:47:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"3cd05fb2-d523-4e26-be46-70967bc444fc","html_url":"https://github.com/dlarroder/vite-react-ts-tailwind-starter","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/dlarroder/vite-react-ts-tailwind-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlarroder%2Fvite-react-ts-tailwind-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlarroder%2Fvite-react-ts-tailwind-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlarroder%2Fvite-react-ts-tailwind-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlarroder%2Fvite-react-ts-tailwind-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dlarroder","download_url":"https://codeload.github.com/dlarroder/vite-react-ts-tailwind-starter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlarroder%2Fvite-react-ts-tailwind-starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31520461,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["eslint","prettier","reactjs","tailwindcss","typescript","vitejs"],"created_at":"2024-10-14T03:53:23.260Z","updated_at":"2026-04-07T16:31:53.926Z","avatar_url":"https://github.com/dlarroder.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Features\n\n- ⚡️ [Vite](https://vitejs.dev/)\n- ⚛ [React 18](https://beta.reactjs.org/)\n- 🦾 [TypeScript](https://www.typescriptlang.org/), of course\n- 🫀 [Jest](https://jestjs.io/) - unitary testing made easy\n- 🎨 [Tailwind with JIT](https://tailwindcss.com/) - next generation utility-first CSS\n- 🪢 [CSS Modules](https://github.com/css-modules/css-modules)\n- 👑 [Atomic Design organization](https://bradfrost.com/blog/post/atomic-web-design/)\n- 🗂 [Absolute imports](https://github.com/vitejs/vite/issues/88#issuecomment-762415200)\n- 😃 [Hero icons](https://heroicons.com/)\n- ☁️ Deploy on Netlify, zero-config\n\n### Coding Style\n\n- [ESLint](https://eslint.org/) - configured for React/Hooks \u0026 TypeScript\n- [Prettier](https://prettier.io/)\n\n### Dev tools\n\n- [TypeScript](https://www.typescriptlang.org/)\n- [Commit lint](https://github.com/conventional-changelog/commitlint) - helps your team adhering to a commit convention\n- [Netlify](https://www.netlify.com/) - zero-config deployment\n\n## Try it now!\n\n### GitHub Template\n\n[Create a repo from this template on GitHub](https://github.com/dlarroder/vite-react-ts-tailwind-starter/generate).\n\n## Checklist\n\nWhen you use this template, try follow the checklist to update your info properly\n\n- [ ] Rename `name` and `author` fields in `package.json`\n- [ ] Change the author name in `LICENSE`\n- [ ] Change the title in `index.html`\n- [ ] Change the favicon in `public`\n- [ ] Modify the manifest in `public`\n- [ ] Clean up the README's\n\nAnd, enjoy :)\n\n## Usage\n\n### Development\n\nJust run and visit http://localhost:3000\n\n```bash\nyarn start\n```\n\n### Build\n\nTo build the App, run\n\n```bash\nyarn build\n```\n\nAnd you will see the generated file in `dist` that ready to be served.\n\n### Deploy on Netlify\n\nGo to [Netlify](https://app.netlify.com/start) and select your repository, `OK` along the way, and your App will be live in a minute.\n\n### Issues\n\n#### Husky\n\nIf pre-commit hooks are not working be sure that you have installed husky: `husky install`.\n\nBy default this command should be triggered after yarn/npm deps are installed.\n\n## Why\n\nI have created several React apps recently. Setting the configs up is kinda the bottleneck for me to make the ideas simply come true within a very short time.\n\nSo I made this starter template for myself to create apps more easily, along with some good practices that I have learned from making those apps. Feel free to tweak it or even maintains your own forks.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdlarroder%2Fvite-react-ts-tailwind-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdlarroder%2Fvite-react-ts-tailwind-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdlarroder%2Fvite-react-ts-tailwind-starter/lists"}