{"id":27292431,"url":"https://github.com/khushal-ag/react-template-vitets","last_synced_at":"2025-04-11T22:09:47.594Z","repository":{"id":198533744,"uuid":"700996125","full_name":"Khushal-ag/react-template-viteTs","owner":"Khushal-ag","description":"A Minimal ⚛️ React Starter Template with Vite, TailwindCSS, and Typescript pre-configured with ESLint and Prettier.","archived":false,"fork":false,"pushed_at":"2025-04-11T19:34:29.000Z","size":456,"stargazers_count":2,"open_issues_count":8,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-11T22:09:41.862Z","etag":null,"topics":["eslint","postcss","prettier","react-router","react-starter-kit","react-template","reactjs","tailwindcss","type-safe","typescript","vite"],"latest_commit_sha":null,"homepage":"https://react-template-vite-ts.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/Khushal-ag.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}},"created_at":"2023-10-05T17:40:42.000Z","updated_at":"2025-04-07T05:49:34.000Z","dependencies_parsed_at":"2023-12-25T05:21:34.258Z","dependency_job_id":"769d93eb-8c76-4f2e-b6fb-0f32ae0cb71d","html_url":"https://github.com/Khushal-ag/react-template-viteTs","commit_stats":null,"previous_names":["khushal-ag/react-template-vitets"],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Khushal-ag%2Freact-template-viteTs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Khushal-ag%2Freact-template-viteTs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Khushal-ag%2Freact-template-viteTs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Khushal-ag%2Freact-template-viteTs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Khushal-ag","download_url":"https://codeload.github.com/Khushal-ag/react-template-viteTs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248487696,"owners_count":21112191,"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":["eslint","postcss","prettier","react-router","react-starter-kit","react-template","reactjs","tailwindcss","type-safe","typescript","vite"],"created_at":"2025-04-11T22:09:46.807Z","updated_at":"2025-04-11T22:09:47.568Z","avatar_url":"https://github.com/Khushal-ag.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=center\u003e\n\n![views] ![stars] ![forks] ![issues] ![license] ![repo-size]\n\n\u003cdiv style=\"display: flex; justify-content: center; align-items:center; gap: 1rem;\"\u003e\n\u003cimg src=\"public/react.svg\" style=\"width: 100px; height: 100px;\"\u003e\n\u003cimg src=\"public/vite.svg\" style=\"width: 90px; height: 100px;\"\u003e\n\u003c/div\u003e\n\n# React Starter Template w/ ViteTs\n\n## A Minimal React Starter Template with Vite, TailwindCSS, and TypeScript pre-configured with ESLint and Prettier\n\n\u003cbr\u003e\n\n| **Template Preview** |\n| -------------------- |\n| ![mockup]            |\n\n\u003c/div\u003e\n\n## Features\n\n- ⚡ **[Vite](https://vitejs.dev/)** - Lightning fast frontend tooling\n- ⚛️ **[React 18](https://reactjs.org/)** - A JavaScript library for building user interfaces\n- 🎨 **[TailwindCSS](https://tailwindcss.com/)** - A utility-first CSS framework for rapidly building custom designs\n- 📦 **[TypeScript](https://www.typescriptlang.org/)** - A typed superset of JavaScript that compiles to plain JavaScript\n- 📦 **[react-router-dom](https://reactrouter.com/)** - Declarative routing for React\n- 📦 **[lucide-react](https://lucide.dev/)** - Beautiful \u0026 consistent icons\n- 📝 **[ESLint](https://eslint.org/)** - The pluggable linting utility for JavaScript and JSX\n- ✨ **[Prettier](https://prettier.io/)** - An opinionated code formatter\n- 📦 **[pnpm](https://pnpm.io/)** - Fast, disk space efficient package manager\n\n## Getting Started\n\n**Scaffold the project:**\n\n```bash\npnpx degit Khushal-ag/react-template-viteTs \u003cproject-name\u003e\n\ncd \u003cproject-name\u003e\n```\n\n**Install dependencies:**\n\n```bash\npnpm i\n```\n\n**Initialize a new git repository _(Optional)_:**\n\n```bash\ngit init\ngit add .\ngit commit -m \"init\"\n```\n\n## Available Scripts\n\nIn the project directory, you can run:\n\n| **Script**   | **Description**                                                              |\n| ------------ | ---------------------------------------------------------------------------- |\n| `dev`        | Runs the app in the development mode.                                        |\n| `build`      | Builds the app for production to the `dist` folder.                          |\n| `serve`      | Serves the production build from the `dist` folder.                          |\n| `preview`    | Bundles and serves the production build from the `dist` folder.              |\n| `type-check` | Runs TypeScript type-checking.                                               |\n| `lint`       | Runs ESLint with Prettier.                                                   |\n| `fix`        | Runs ESLint with Prettier and fixes the errors.                              |\n| `fmt`        | Checks if the code is formatted with Prettier, if not then formats the code. |\n| `fmt:check`  | Checks if the code is formatted with Prettier.                               |\n| `fmt:write`  | Formats the code with Prettier.                                              |\n\n## After Installation Checklist\n\n- [ ] Update `package.json` with your project details.\n- [ ] Update `README.md` with your project details.\n- [ ] Update `LICENSE` with your name and year.\n- [ ] Update `index.html` to your liking.\n- [ ] Clear `app.tsx` and write your own.\n\n## Switching Package Manager\n\nThis template uses [pnpm](https://pnpm.io/) as the default package manager. If you want to use `npm` or `yarn`, you need to remove the `pnpm-lock.yaml` file and run `npm i` or `yarn` to generate the lock file for the respective package manager.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Contributors\n\n\u003cdiv align=center\u003e\n\n[![][contributors]][contributors-graph]\n\n_Note: It may take up to 24h for the [contrib.rocks][contrib-rocks] plugin to update because it's refreshed once a day._\n\n\u003c/div\u003e\n\n\u003c!----------------------------------{ Labels }---------------------------------\u003e\n\n[views]: https://komarev.com/ghpvc/?username=react-template-viteTs\u0026label=view%20counter\u0026color=red\u0026style=flat\n[repo-size]: https://img.shields.io/github/repo-size/Khushal-ag/react-template-viteTs\n[issues]: https://img.shields.io/github/issues-raw/Khushal-ag/react-template-viteTs\n[license]: https://img.shields.io/github/license/Khushal-ag/react-template-viteTs\n[forks]: https://img.shields.io/github/forks/Khushal-ag/react-template-viteTs?style=flat\n[stars]: https://img.shields.io/github/stars/Khushal-ag/react-template-viteTs\n[contributors]: https://contrib.rocks/image?repo=Khushal-ag/react-template-viteTs\u0026max=500\n[contributors-graph]: https://github.com/Khushal-ag/react-template-viteTs/graphs/contributors\n[contrib-rocks]: https://contrib.rocks/preview?repo=Khushal-ag%2Freact-template-viteTs\n\n\u003c!----------------------------------{ Images }---------------------------------\u003e\n\n[mockup]: https://graph.org/file/d18be68a824517335e1eb.png\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkhushal-ag%2Freact-template-vitets","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkhushal-ag%2Freact-template-vitets","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkhushal-ag%2Freact-template-vitets/lists"}