{"id":16969943,"url":"https://github.com/xieqin/react-ts-template","last_synced_at":"2026-04-11T02:01:49.011Z","repository":{"id":65698445,"uuid":"597612583","full_name":"xieQin/react-ts-template","owner":"xieQin","description":"React TypeScript template with Vite using React-Router-V6 \u0026 Zustand \u0026 Mobx; PWA support","archived":false,"fork":false,"pushed_at":"2023-03-12T15:21:10.000Z","size":610,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-01T21:47:41.592Z","etag":null,"topics":["pwa-example","react-router-v6","reactjs","vite","zustand"],"latest_commit_sha":null,"homepage":"https://react-ts-template-liart.vercel.app","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/xieQin.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,"zenodo":null}},"created_at":"2023-02-05T04:12:43.000Z","updated_at":"2025-02-05T02:03:31.000Z","dependencies_parsed_at":"2025-06-01T13:58:03.532Z","dependency_job_id":null,"html_url":"https://github.com/xieQin/react-ts-template","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/xieQin/react-ts-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xieQin%2Freact-ts-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xieQin%2Freact-ts-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xieQin%2Freact-ts-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xieQin%2Freact-ts-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xieQin","download_url":"https://codeload.github.com/xieQin/react-ts-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xieQin%2Freact-ts-template/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261039109,"owners_count":23100976,"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":["pwa-example","react-router-v6","reactjs","vite","zustand"],"created_at":"2024-10-14T00:26:58.124Z","updated_at":"2026-04-11T02:01:48.938Z","avatar_url":"https://github.com/xieQin.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React TypeScript template with Vite \u0026 PWA support\n\n[![react](https://img.shields.io/github/package-json/dependency-version/xieQin/react-ts-template/react)](https://github.com/facebook/react) ![react-router-dom](https://img.shields.io/github/package-json/dependency-version/xieQin/react-ts-template/react-router-dom) [![zustand](https://img.shields.io/github/package-json/dependency-version/xieQin/react-ts-template/zustand)](https://github.com/pmndrs/zustand) [![mobx](https://img.shields.io/github/package-json/dependency-version/xieQin/react-ts-template/mobx)](https://mobx.js.org) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier) [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/) [![license](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/xieQin/react-ts-template/blob/main/LICENSE.md)\n\nThis is a [React](https://reactjs.org) + [TypeScript](https://www.typescriptlang.org/) boilerplate built with [Vite](https://vitejs.dev) using [React-Router](https://reactrouter.com) \u0026 [Zustand](https://zustand-demo.pmnd.rs).\n\n## What's inside?\n\n- [ReactJS](https://reactjs.org)\n- [React-Router](https://reactrouter.com)\n- [Zustand](https://zustand-demo.pmnd.rs)\n- [Mobx](https://mobx.js.org)\n- [Vite](https://vitejs.dev)\n- [TypeScript](https://www.typescriptlang.org)\n- [Jest](https://jestjs.io)\n- [Testing Library](https://testing-library.com)\n- [Cypress](https://www.cypress.io)\n- [ESLint](https://eslint.org)\n- [Prettier](https://prettier.io)\n- [Polyfills](https://github.com/vitejs/vite/tree/main/packages/plugin-legacy#readme)\n\n## Getting started\n\n1. Create the project.\n\n   ```bash\n   git clone https://github.com/xieQin/react-ts-template my-app\n   ```\n\n2. Access the project directory.\n\n   ```bash\n   cd my-app\n   ```\n\n3. Initialize a git repository.\n\n   ```bash\n   git init\n   ```\n\n4. Install dependencies.\n\n   ```bash\n   npm install\n   ```\n\n5. Start dev server with hot reload at http://localhost:3000.\n   ```bash\n   npm run dev\n   ```\n\n## Recommended VS Code extensions\n\n- [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint)\n- [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode)\n\n## Other commands\n\n### Lint commands\n\n```bash\nnpm run lint\n```\n\n### Build commands\n\n```bash\nnpm run build\n```\n\n### Run the app in production mode at http://localhost:3000.\n\n```bash\nnpm run serve\n```\n\n### Test commands\n\n- Run unit tests and watch\n  ```bash\n  npm run test:unit\n  ```\n- Run unit tests with coverage\n  ```bash\n  npm run test:unit:coverage\n  ```\n- Run e2e tests\n  ```bash\n  npm run test:e2e\n  ```\n\n## License\n\nThis project is licensed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxieqin%2Freact-ts-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxieqin%2Freact-ts-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxieqin%2Freact-ts-template/lists"}