{"id":27292435,"url":"https://github.com/khushal-ag/react-template-vitejs","last_synced_at":"2025-09-10T08:15:49.260Z","repository":{"id":188432480,"uuid":"678705795","full_name":"Khushal-ag/react-template-viteJs","owner":"Khushal-ag","description":"A Minimal ⚛️ React Starter Template with Vite, TailwingCSS and JavaScript pre-configured with ESLint and Pettier.","archived":false,"fork":false,"pushed_at":"2025-08-18T05:15:43.000Z","size":377,"stargazers_count":1,"open_issues_count":8,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-18T07:12:20.367Z","etag":null,"topics":["eslint","prettier","react","starter-template","tailwindcss","template","vite"],"latest_commit_sha":null,"homepage":"https://react-template-vite-js.vercel.app","language":"JavaScript","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,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-08-15T07:12:12.000Z","updated_at":"2025-08-18T05:15:18.000Z","dependencies_parsed_at":"2024-02-26T05:28:12.319Z","dependency_job_id":"094836ce-142a-40ed-859b-614f107926af","html_url":"https://github.com/Khushal-ag/react-template-viteJs","commit_stats":null,"previous_names":["khushal-ag/react-template-vitejs"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/Khushal-ag/react-template-viteJs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Khushal-ag%2Freact-template-viteJs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Khushal-ag%2Freact-template-viteJs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Khushal-ag%2Freact-template-viteJs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Khushal-ag%2Freact-template-viteJs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Khushal-ag","download_url":"https://codeload.github.com/Khushal-ag/react-template-viteJs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Khushal-ag%2Freact-template-viteJs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272131794,"owners_count":24878986,"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-08-25T02:00:12.092Z","response_time":1107,"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":["eslint","prettier","react","starter-template","tailwindcss","template","vite"],"created_at":"2025-04-11T22:09:46.922Z","updated_at":"2025-08-25T21:05:46.271Z","avatar_url":"https://github.com/Khushal-ag.png","language":"JavaScript","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/ ViteJs\n\n**A Minimal React Starter Template with Vite, TailwindCSS, and JavaScript 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- 📦 **[react-router](https://reactrouter.com/)** - Declarative routing for React\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-viteJs \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| `lint`      | Runs ESLint with Prettier.                                      |\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.jsx` 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-viteJs\u0026label=view%20counter\u0026color=red\u0026style=flat\n[repo-size]: https://img.shields.io/github/repo-size/Khushal-ag/react-template-viteJs\n[issues]: https://img.shields.io/github/issues-raw/Khushal-ag/react-template-viteJs\n[license]: https://img.shields.io/github/license/Khushal-ag/react-template-viteJs\n[forks]: https://img.shields.io/github/forks/Khushal-ag/react-template-viteJs?style=flat\n[stars]: https://img.shields.io/github/stars/Khushal-ag/react-template-viteJs\n[contributors]: https://contrib.rocks/image?repo=Khushal-ag/react-template-viteJs\u0026max=500\n[contributors-graph]: https://github.com/Khushal-ag/react-template-viteJs/graphs/contributors\n[contrib-rocks]: https://contrib.rocks/preview?repo=Khushal-ag%2Freact-template-viteJs\n[mockup]: https://graph.org/file/357248403fa780a226ece.png\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkhushal-ag%2Freact-template-vitejs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkhushal-ag%2Freact-template-vitejs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkhushal-ag%2Freact-template-vitejs/lists"}