{"id":22504874,"url":"https://github.com/im-fran/vite-react-ts-template","last_synced_at":"2026-01-23T16:36:58.809Z","repository":{"id":263713934,"uuid":"891262182","full_name":"Im-Fran/vite-react-ts-template","owner":"Im-Fran","description":"Vite + React + TypeScript + TailwindCSS + ReactRouter template","archived":false,"fork":false,"pushed_at":"2024-12-06T18:40:46.000Z","size":78,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2025-04-05T18:54:40.978Z","etag":null,"topics":["bun","class-variance-authority","cva","react","react-hot-toast","react-router","reactjs","swc","tailwind","tailwindcss","template","ts","typescript","vite","vitejs"],"latest_commit_sha":null,"homepage":"https://vite-react-ts-template.franciscosolis.cl","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Im-Fran.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},"funding":{"github":["Im-Fran","TheProgramSrc"],"patreon":"theproramsrc","open_collective":null,"ko_fi":"theprogramsrc","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":["https://www.paypal.com/paypalme/FranciscoSolisCL"]}},"created_at":"2024-11-20T02:39:10.000Z","updated_at":"2025-03-29T13:49:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"e3b93ee5-b751-44cc-b2af-bfea2c247e0c","html_url":"https://github.com/Im-Fran/vite-react-ts-template","commit_stats":null,"previous_names":["im-fran/vite-react-ts-template"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Im-Fran%2Fvite-react-ts-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Im-Fran%2Fvite-react-ts-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Im-Fran%2Fvite-react-ts-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Im-Fran%2Fvite-react-ts-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Im-Fran","download_url":"https://codeload.github.com/Im-Fran/vite-react-ts-template/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248860218,"owners_count":21173342,"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":["bun","class-variance-authority","cva","react","react-hot-toast","react-router","reactjs","swc","tailwind","tailwindcss","template","ts","typescript","vite","vitejs"],"created_at":"2024-12-07T00:10:17.046Z","updated_at":"2026-01-23T16:36:58.802Z","avatar_url":"https://github.com/Im-Fran.png","language":"TypeScript","funding_links":["https://github.com/sponsors/Im-Fran","https://github.com/sponsors/TheProgramSrc","https://patreon.com/theproramsrc","https://ko-fi.com/theprogramsrc","https://www.paypal.com/paypalme/FranciscoSolisCL"],"categories":[],"sub_categories":[],"readme":"# Vite + React + TypeScript Template\n\nA fast and feature-rich template for building modern web applications using **Vite**, **React**, **TypeScript**, **TailwindCSS**, and **React Router**. This template provides a streamlined setup for rapid development and is designed to be fully extensible.\n\n## Features\n\n- ⚡ **Vite**: Lightning-fast build tool for modern web projects.\n- 🔥 **React**: A powerful UI library for building user interfaces.\n- ✨ **TypeScript**: Static typing for better development with improved IDE support.\n- 🚀 **SWC**: Super-fast JavaScript/TypeScript compiler.\n- 🎨 **TailwindCSS v4**: Utility-first CSS framework for building custom designs.\n- 🌍 **React Router**: Declarative routing for React.\n- 📢 **React Hot Toast**: Lightweight toast notifications.\n- 💡 **Class Variance Authority**: Reusable component variants.\n- 🛠️ **Bun.sh**: All-in-one JavaScript runtime \u0026 toolkit.\n\n## Getting Started\n\nTo get started with this template, follow these steps:\n\n1. Use the Bun CLI to create a new project from this template\n```bash\nbun create Im-Fran/vite-react-ts-template \u003cdir\u003e\n```\n\n2. Navigate to the project directory\n\n```bash\ncd \u003cdir\u003e\n```\n\n3. Install dependencies\n\n```bash\nbun install\n```\n\n4. Start the development server\n\n```bash\nbun run dev\n```\nThis will start the Vite development server, and you can view your app at http://localhost:3000.\n\nLicense\n\nThis project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.\n\nContributing\n\nWe welcome contributions! If you’d like to contribute to this project, feel free to fork the repository and submit a pull request. Please ensure that your code follows the project’s conventions and passes the tests before submitting your changes.\n\nAcknowledgments\n\n\t•\tVite\n\t•\tReact\n\t•\tTypeScript\n\t•\tTailwindCSS\n\t•\tBun.sh\n\n### Explanation of the Sections:\n- **Introduction**: Describes the purpose of the repository and the technologies used.\n- **Features**: Lists the key technologies and features integrated into the template.\n- **Getting Started**: Provides the steps for setting up and running the project.\n- **License**: Mentions the project license under **GNU GPLv3**.\n- **Contributing**: A section for potential contributors to understand how they can contribute.\n- **Acknowledgments**: Acknowledges the tools and libraries used in the project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fim-fran%2Fvite-react-ts-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fim-fran%2Fvite-react-ts-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fim-fran%2Fvite-react-ts-template/lists"}