{"id":20789018,"url":"https://github.com/renatoxm/typescript-reactjs-starter","last_synced_at":"2026-05-07T01:31:22.918Z","repository":{"id":188632877,"uuid":"616070798","full_name":"renatoxm/typescript-reactjs-starter","owner":"renatoxm","description":"Non-opinionated TypeScript starter for React","archived":false,"fork":false,"pushed_at":"2023-03-20T12:42:25.000Z","size":61,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-26T14:52:08.062Z","etag":null,"topics":["reactjs","starter","starter-kit","tyoescript","vite","vite-react","vite-react-typescript","vitejs"],"latest_commit_sha":null,"homepage":"","language":"CSS","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/renatoxm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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-03-19T14:30:30.000Z","updated_at":"2023-03-20T10:19:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"5e0acd2f-d249-4e55-8887-80366edfcd0d","html_url":"https://github.com/renatoxm/typescript-reactjs-starter","commit_stats":null,"previous_names":["renatoxm/typescript-reactjs-starter"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/renatoxm/typescript-reactjs-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renatoxm%2Ftypescript-reactjs-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renatoxm%2Ftypescript-reactjs-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renatoxm%2Ftypescript-reactjs-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renatoxm%2Ftypescript-reactjs-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/renatoxm","download_url":"https://codeload.github.com/renatoxm/typescript-reactjs-starter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renatoxm%2Ftypescript-reactjs-starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32719401,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T00:29:05.620Z","status":"ssl_error","status_checked_at":"2026-05-07T00:28:57.074Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["reactjs","starter","starter-kit","tyoescript","vite","vite-react","vite-react-typescript","vitejs"],"created_at":"2024-11-17T15:18:51.557Z","updated_at":"2026-05-07T01:31:22.904Z","avatar_url":"https://github.com/renatoxm.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Typescript React.js Starter Kit\n\nNon-opinionated TypeScript starter for React\n\n![React](https://img.shields.io/badge/React-20232A?style=for-the-badge\u0026logo=react\u0026logoColor=61DAFB)\n![TypeScript](https://img.shields.io/badge/TypeScript-007ACC?style=for-the-badge\u0026logo=typescript\u0026logoColor=white)\n![Vite](https://img.shields.io/badge/Vite-B73BFE?style=for-the-badge\u0026logo=vite\u0026logoColor=FFD62E)\n\n## Features\n\n- [x] ⚛️ React 18\n- [x] ⛑ TypeScript\n- [x] 📏 ESLint — To find and fix problems in your code\n- [x] 💖 Prettier — Code Formatter for consistent style\n- [x] 🐶 Husky — For running scripts before committing\n- [x] 🚓 Commitlint — To make sure your commit messages follow the convention\n- [x] 🚫 lint-staged — Run ESLint and Prettier against staged Git files\n\n## Quick Start\n\nThe best way to start with this template\n\n```sh\n# pnpm\npnpm create next-app -e https://github.com/renatoxm/typescript-reactjs-starter\n```\n\n### Development\n\nTo start the project locally, run:\n\n```sh\npnpm dev\n```\n\nOpen `http://localhost:5173` with your browser to see the result.\n\n## Documentation\n\n### Requirements\n\n- Node.js \u003e= 12.22.0\n- pnpm 7\n\n### Directory Structure\n\n- [`.github`](.github) — GitHub configuration including the CI workflow.\u003cbr\u003e\n- [`.husky`](.husky) — Husky configuration and hooks.\u003cbr\u003e\n- [`public`](./public) — Static assets such as robots.txt, images, and favicon.\u003cbr\u003e\n- [`src`](./src) — Application source code, including pages, components, styles.\n\n### Scripts\n\n- `pnpm dev` — Starts the application in development mode at `http://localhost:5173`.\n- `pnpm build` — Creates an optimized production build of your application.\n- `pnpm start` — Starts the application in production mode.\n- `pnpm type-check` — Validate code using TypeScript compiler.\n- `pnpm lint` — Runs ESLint for all files in the `src` directory.\n- `pnpm format` — Runs Prettier for all files in the `src` directory.\n\n### Path Mapping\n\nTypeScript are pre-configured with custom path mappings. To import components or files, use the `@` prefix.\n\n```tsx\nimport { Button } from '@/components/Button';\n\n// To import images or other files from the public folder\nimport avatar from '@/public/avatar.png';\n```\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frenatoxm%2Ftypescript-reactjs-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frenatoxm%2Ftypescript-reactjs-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frenatoxm%2Ftypescript-reactjs-starter/lists"}