{"id":14984126,"url":"https://github.com/vwh/revite","last_synced_at":"2025-07-12T20:35:21.470Z","repository":{"id":250174841,"uuid":"833695535","full_name":"vwh/revite","owner":"vwh","description":"Quick starter template for your React project includes Vite, ShadcnUI, Tailwind, Lucide and more","archived":false,"fork":false,"pushed_at":"2024-12-15T23:50:58.000Z","size":1072,"stargazers_count":12,"open_issues_count":6,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-24T17:51:04.634Z","etag":null,"topics":["lucide-react","prettier","public-template","react","react-starter","react-starter-project","shadcn-ui","tailwindcss","template","template-project","typescript","vite","vite-starter","vite-starter-template","vite-template","vite-template-react"],"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/vwh.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}},"created_at":"2024-07-25T14:58:52.000Z","updated_at":"2024-11-02T14:32:56.000Z","dependencies_parsed_at":"2024-07-28T17:08:32.886Z","dependency_job_id":"ec3ebf74-496a-469f-bf82-7c8a98edcb03","html_url":"https://github.com/vwh/revite","commit_stats":{"total_commits":50,"total_committers":2,"mean_commits":25.0,"dds":"0.21999999999999997","last_synced_commit":"956beb2a5a1d4dd1577e5bc94ee5e7631f7dcc55"},"previous_names":["vwh/revite"],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vwh%2Frevite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vwh%2Frevite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vwh%2Frevite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vwh%2Frevite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vwh","download_url":"https://codeload.github.com/vwh/revite/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248283916,"owners_count":21077954,"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":["lucide-react","prettier","public-template","react","react-starter","react-starter-project","shadcn-ui","tailwindcss","template","template-project","typescript","vite","vite-starter","vite-starter-template","vite-template","vite-template-react"],"created_at":"2024-09-24T14:08:29.646Z","updated_at":"2025-04-10T19:52:08.427Z","avatar_url":"https://github.com/vwh.png","language":"TypeScript","readme":"\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003eReVite\u003c/h1\u003e\n\u003c/div\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cb\u003eQuickStarter for React with Vite:\u003c/b\u003e A streamlined template to kickstart your React projects with essential features built-in. Boost your development process with speed and efficiency.\n\u003c/p\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://github.com/vwh/revite/actions/workflows/format.yml\"\u003e\n    \u003cimg src=\"https://github.com/vwh/revite/actions/workflows/format.yml/badge.svg\" alt=\"Check Format Badge\"/\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/vwh/revite/actions/workflows/lint.yml\"\u003e\n    \u003cimg src=\"https://github.com/vwh/revite/actions/workflows/lint.yml/badge.svg\" alt=\"Lint Badge\"/\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\n\u003cbr\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://github.com/vwh/revite\" target=\"_blank\"\u003e\n    \u003cimg src=\"https://github.com/user-attachments/assets/9ab15a1e-aa04-4813-8b5c-ca75b72afa43\" alt=\"Preview\"\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\n## 🗃️ Project Structure\n\n```bash\nReVite/\n├── components.json             # Configuration for Shadcn UI components\n├── index.html                  # Main HTML file\n├── package.json                # Project metadata and dependencies\n├── prettier.config.js          # Prettier configuration\n├── public/                     # Public assets\n│   └── images/                 # Image assets\n├── src/                        # Source files\n│   ├── App.tsx                 # Main app component\n│   ├── components/             # React components\n│   │   └── ui/                 # UI components\n│   ├── hooks/                  # Custom hooks\n│   ├── index.css               # Main CSS file\n│   ├── lib/                    # Utility functions\n│   ├── main.tsx                # Main entry point\n│   └── vite-env.d.ts           # TypeScript Vite environment definitions\n├── tailwind.config.js          # Tailwind CSS configuration\n├── tsconfig.app.json           # TypeScript app configuration\n├── tsconfig.json               # TypeScript base configuration\n├── tsconfig.node.json          # TypeScript Node configuration\n└── vite.config.ts              # Vite configuration\n```\n\n## 🚀 Getting Started\n\n### 📥 Installation\n\nClone the repository and install dependencies:\n\n```bash\ngit clone https://github.com/vwh/revite\ncd revite\n\n# Using Bun\nbun install\n\n# Or using npm\nnpm install\n```\n\n### 💻 Development Server\n\nStart the development server:\n\n```bash\n# Using Bun\nbun run dev\n\n# Or using npm\nnpm run dev\n```\n\n### 🏗️ Build\n\nBuild the project for production:\n\n```bash\n# Using Bun\nbun run build\n\n# Or using npm\nnpm run build\n```\n\n### 👀 Preview\n\nPreview the production build locally:\n\n```bash\n# Using Bun\nbun run preview\n\n# Or using npm\nnpm run preview\n```\n\n### 🧹 Linting\n\nLint the project files:\n\n```bash\n# Using Bun\nbun run lint\n\n# Or using npm\nnpm run lint\n```\n\n### 🎨 Formatting\n\nFormat the project files:\n\n```bash\n# Using Bun\nbun run format\n\n# Or using npm\nnpm run format\n```\n\nCheck the formatting:\n\n```bash\n# Using Bun\nbun run format:check\n\n# Or using npm\nnpm run format:check\n```\n\n## 🤝 Contributing\n\nContributions are welcome! Feel free to open a pull request with your improvements or fixes.\n","funding_links":[],"categories":["Boilerplates \u0026 Starters"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvwh%2Frevite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvwh%2Frevite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvwh%2Frevite/lists"}