{"id":18798822,"url":"https://github.com/xqsit94/vite-react-ts-starter","last_synced_at":"2026-04-08T21:31:05.825Z","repository":{"id":267941568,"uuid":"684869666","full_name":"xqsit94/vite-react-ts-starter","owner":"xqsit94","description":"A starter template for React with Vite and TypeScript includes Storybook, Jest, Eslint, Prettier, Husky, and Unocss","archived":false,"fork":false,"pushed_at":"2023-08-30T06:43:29.000Z","size":167,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-12T08:35:33.269Z","etag":null,"topics":["husky","react-eslint","react-prettier","react-typescript","reactjs","storybook","unocss","vite-react"],"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/xqsit94.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-08-30T02:45:09.000Z","updated_at":"2023-12-01T09:10:31.000Z","dependencies_parsed_at":"2024-12-13T12:07:47.375Z","dependency_job_id":null,"html_url":"https://github.com/xqsit94/vite-react-ts-starter","commit_stats":null,"previous_names":["xqsit94/vite-react-ts-starter"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/xqsit94/vite-react-ts-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xqsit94%2Fvite-react-ts-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xqsit94%2Fvite-react-ts-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xqsit94%2Fvite-react-ts-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xqsit94%2Fvite-react-ts-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xqsit94","download_url":"https://codeload.github.com/xqsit94/vite-react-ts-starter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xqsit94%2Fvite-react-ts-starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31575356,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"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":["husky","react-eslint","react-prettier","react-typescript","reactjs","storybook","unocss","vite-react"],"created_at":"2024-11-07T22:13:04.383Z","updated_at":"2026-04-08T21:31:05.802Z","avatar_url":"https://github.com/xqsit94.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vite React TypeScript Starter\n\nA rapid development starter kit using Vite, React, TypeScript, Storybook, Jest, ESLint, Prettier, Husky, and UnoCSS.\n\n### Getting Started\n\nRun\n\n```bash\nnpx @xqsit94/vite-react-ts-starter my-react-app\n```\n\nand follow the prompts.\n\n### Features\n\n- 🚀 Fast development and build times with Vite\n- ⚛️ React for UI components\n- 🦋 TypeScript for static type checking\n- 📚 Interactive UI development and testing with Storybook\n- ✅ Unit Testing with Jest\n- 🧹 Linting and formatting with ESLint and Prettier\n- 🐶 Pre-commit checks using Husky\n- 🎨 Optimized CSS with UnoCSS\n\n### Commands\n\nUsing npm\n\n```bash\nnpm run dev             # Run the app in development mode.\nnpm run build           # Build the app for production.\nnpm run preview         # Serve the built app for preview.\nnpm run test            # Run tests using Jest.\nnpm run storybook       # Start the Storybook server.\nnpm run build-storybook # Build the Storybook app for production.\nnpm run lint            # Run ESLint to check for code issues.\nnpm run format          # Run Prettier to format code.\nnpm run postinstall     # Install Husky Git hooks.\n```\n\n#### Using Yarn\n\n```bash\nyarn dev             # Run the app in development mode.\nyarn build           # Build the app for production.\nyarn preview         # Serve the built app for preview.\nyarn test            # Run tests using Jest.\nyarn storybook       # Start the Storybook server.\nyarn build-storybook # Build the Storybook app for production.\nyarn lint            # Run ESLint to check for code issues.\nyarn format          # Run Prettier to format code.\nyarn postinstall     # Install Husky Git hooks.\n```\n\n#### Using pnpm\n\n```bash\npnpm dev             # Run the app in development mode.\npnpm build           # Build the app for production.\npnpm preview         # Serve the built app for preview.\npnpm test            # Run tests using Jest.\npnpm storybook       # Start the Storybook server.\npnpm build-storybook # Build the Storybook app for production.\npnpm lint            # Run ESLint to check for code issues.\npnpm format          # Run Prettier to format code.\npnpm postinstall     # Install Husky Git hooks.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxqsit94%2Fvite-react-ts-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxqsit94%2Fvite-react-ts-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxqsit94%2Fvite-react-ts-starter/lists"}