{"id":28252966,"url":"https://github.com/volcomix/vite-react-ts","last_synced_at":"2026-04-07T22:31:33.886Z","repository":{"id":80068027,"uuid":"534948857","full_name":"Volcomix/vite-react-ts","owner":"Volcomix","description":"Vite React TypeScript with linters, typing and styling predefined settings","archived":false,"fork":false,"pushed_at":"2024-03-03T14:36:40.000Z","size":1653,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-19T11:54:19.766Z","etag":null,"topics":["eslint","postcss","prettier","react","starter","stylelint","template","typescript","vite"],"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/Volcomix.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-09-10T09:20:09.000Z","updated_at":"2024-02-20T21:56:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"33e483ec-8fb2-4d22-bf21-bc7594c00475","html_url":"https://github.com/Volcomix/vite-react-ts","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/Volcomix/vite-react-ts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Volcomix%2Fvite-react-ts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Volcomix%2Fvite-react-ts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Volcomix%2Fvite-react-ts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Volcomix%2Fvite-react-ts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Volcomix","download_url":"https://codeload.github.com/Volcomix/vite-react-ts/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Volcomix%2Fvite-react-ts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31532194,"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","postcss","prettier","react","starter","stylelint","template","typescript","vite"],"created_at":"2025-05-19T16:17:10.947Z","updated_at":"2026-04-07T22:31:33.870Z","avatar_url":"https://github.com/Volcomix.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vite React TypeScript\n\nVite starter template with opinionated predefined settings.\n\n## Features\n\n- [Vite](https://vitejs.dev/) with [React](https://reactjs.org/) and [TypeScript](https://www.typescriptlang.org/)\n- [Prettier](https://prettier.io/), [ESLint](https://eslint.org/) and [Stylelint](https://stylelint.io/)\n- Pre-commit hook with [Husky](https://typicode.github.io/husky/) and [lint-staged](https://github.com/okonet/lint-staged)\n- Static typing for CSS modules with [typescript-plugin-css-modules](https://github.com/mrmckeb/typescript-plugin-css-modules)\n- Import aliases for an opinionated folder structure (can be customized in [vite.config.ts](vite.config.ts)). Highly inspired by [Robin Wieruch's post](https://www.robinwieruch.de/react-folder-structure)\n\n## Getting started\n\nUse this repository as a [GitHub template](https://github.com/Volcomix/vite-react-ts/generate) or use [degit](https://github.com/Rich-Harris/degit) to scaffold your project locally:\n\n```bash\nnpx degit volcomix/vite-react-ts my-project\ncd my-project\n\npnpm install\npnpm dev\n```\n\n## VSCode integration\n\nYou need to [use the workspace version of TypeScript](https://code.visualstudio.com/docs/typescript/typescript-compiling#_using-the-workspace-version-of-typescript) in order to get CSS modules static typing working. See the [TypeScript plugin repository](https://github.com/mrmckeb/typescript-plugin-css-modules#visual-studio-code) for advanced usage.\n\nThis starter template works well with the following extensions:\n\n- [Prettier - Code formatter](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode)\n- [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint)\n- [Stylelint](https://marketplace.visualstudio.com/items?itemName=stylelint.vscode-stylelint)\n\nFix all, organize imports and format on save work seamlessly when configured in user or workspace settings:\n\n```json\n{\n  \"editor.formatOnSave\": true,\n  \"editor.defaultFormatter\": \"esbenp.prettier-vscode\",\n  \"editor.codeActionsOnSave\": {\n    \"source.fixAll\": true,\n    \"source.organizeImports\": true\n  }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvolcomix%2Fvite-react-ts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvolcomix%2Fvite-react-ts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvolcomix%2Fvite-react-ts/lists"}