{"id":22200440,"url":"https://github.com/iaseth/vite-react-ts-starter","last_synced_at":"2026-01-26T19:33:00.999Z","repository":{"id":165045546,"uuid":"640435101","full_name":"iaseth/vite-react-ts-starter","owner":"iaseth","description":"React+TS starter template for 2024.","archived":false,"fork":false,"pushed_at":"2024-10-08T19:21:17.000Z","size":203,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-06T00:11:15.553Z","etag":null,"topics":["netlify","react","starter","starter-project","starter-template","tailwindcss","typescript","vite"],"latest_commit_sha":null,"homepage":"https://vite-react-ts-starter.netlify.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/iaseth.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-05-14T04:31:42.000Z","updated_at":"2024-10-08T19:21:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"31efcd76-f866-469d-a240-f2f4b6d6c18f","html_url":"https://github.com/iaseth/vite-react-ts-starter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/iaseth/vite-react-ts-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iaseth%2Fvite-react-ts-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iaseth%2Fvite-react-ts-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iaseth%2Fvite-react-ts-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iaseth%2Fvite-react-ts-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iaseth","download_url":"https://codeload.github.com/iaseth/vite-react-ts-starter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iaseth%2Fvite-react-ts-starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279013897,"owners_count":26085325,"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","status":"online","status_checked_at":"2025-10-12T02:00:06.719Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["netlify","react","starter","starter-project","starter-template","tailwindcss","typescript","vite"],"created_at":"2024-12-02T15:27:02.743Z","updated_at":"2025-10-13T01:31:15.379Z","avatar_url":"https://github.com/iaseth.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# vite-react-ts-starter\nThis is the template I use to get up and running with a new React App in 2023.\nIt was created with `Vite` with the following command:\n```\nnpm create vite@latest vite-react-ts-starter -- --template react-ts\n```\n\n\nI am using [`readmix`](https://github.com/iaseth/readmix) for generating this README.\nYou can view the source file [here](https://github.com/iaseth/vite-react-ts-starter/blob/master/README.md.rx).\n\n\n## Table of contents\n* [vite-react-ts-starter](#vite-react-ts-starter)\n    * [Table of contents](#table-of-contents)\n    * [Getting Started](#getting-started)\n    * [Package details](#package-details)\n    * [Dependencies](#dependencies)\n    * [Dev dependencies](#dev-dependencies)\n    * [License](#license)\n\n\n## Getting Started\n* Clone the repository and `cd` into it:\n    ```\n    git clone https://github.com/iaseth/vite-react-ts-starter.git\n    ```\n    ```\n    cd vite-react-ts-starter\n    ```\n* Delete the `.git` directory and do `git init` for a fresh start:\n    ```\n    rm -r .git\n    ```\n    ```\n    git init\n    ```\n* Install all dependencies with the following command:\n    ```\n    npm install\n    ```\n* Now you can run the dev server with:\n    ```\n    npm run dev\n    ```\n    This will start running a development server at [http://localhost:5173/](http://localhost:5173/).\n* To build the project:\n    ```\n    npm run build\n    ```\n    This will build your project into `dist` directory.\n\n\n## Package details\n| `Name`         | `Value`           |\n| -------------- | ----------------- |\n| `Name`         | `starter-project` |\n| `Version`      | `0.0.0`           |\n| `Dependencies` | `3`               |\n\n\n\n## Dependencies\n|     | `Package`   | `Version`   |\n| --- | ----------- | ----------- |\n| 1   | `react`     | `^18.3.1`   |\n| 2   | `react-dom` | `^18.3.1`   |\n| 3   | `redicons`  | `^1.5.0`    |\n\n\n\n## Dev dependencies\n|     | `Package`                     | `Version`     |\n| --- | ----------------------------- | ------------- |\n| 1   | `@eslint/js`                  | `^9.9.0`      |\n| 2   | `@types/react`                | `^18.3.3`     |\n| 3   | `@types/react-dom`            | `^18.3.0`     |\n| 4   | `@vitejs/plugin-react`        | `^4.3.1`      |\n| 5   | `autoprefixer`                | `^10.4.20`    |\n| 6   | `eslint`                      | `^9.9.0`      |\n| 7   | `eslint-plugin-react-hooks`   | `^5.1.0-rc.0` |\n| 8   | `eslint-plugin-react-refresh` | `^0.4.9`      |\n| 9   | `globals`                     | `^15.9.0`     |\n| 10  | `postcss`                     | `^8.4.45`     |\n| 11  | `tailwindcss`                 | `^3.4.10`     |\n| 12  | `typescript`                  | `^5.5.3`      |\n| 13  | `typescript-eslint`           | `^8.0.1`      |\n| 14  | `vite`                        | `^5.4.1`      |\n\n\n\n## License\nMIT License\n\nCopyright (c) Ankur Seth.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n\n## Credit\n\nThis file was generated using [`readmix`](https://github.com/iaseth/readmix).\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiaseth%2Fvite-react-ts-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiaseth%2Fvite-react-ts-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiaseth%2Fvite-react-ts-starter/lists"}