{"id":13672684,"url":"https://github.com/dan5py/react-vite-shadcn-ui","last_synced_at":"2025-04-04T04:03:20.734Z","repository":{"id":176448194,"uuid":"655016724","full_name":"dan5py/react-vite-shadcn-ui","owner":"dan5py","description":"React + Vite template powered by shadcn/ui","archived":false,"fork":false,"pushed_at":"2025-03-27T13:07:51.000Z","size":85,"stargazers_count":195,"open_issues_count":0,"forks_count":80,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-28T03:01:39.432Z","etag":null,"topics":["eslint","pnpm","react","react-typescript","react-typescript-template","reactjs","shadcn-ui","tailwind","tailwindcss","typescript","vite","vite-react","vite-react-typescript","vite-template","vite-template-react","vitejs"],"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/dan5py.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":"2023-06-17T16:12:10.000Z","updated_at":"2025-03-27T21:09:41.000Z","dependencies_parsed_at":"2024-09-11T12:31:13.522Z","dependency_job_id":"bdaa6b84-2f0d-43de-9d10-594a507c1779","html_url":"https://github.com/dan5py/react-vite-shadcn-ui","commit_stats":{"total_commits":6,"total_committers":4,"mean_commits":1.5,"dds":0.6666666666666667,"last_synced_commit":"3f29b7219eef922f3846242aac39c6d4f14d38ab"},"previous_names":["dan5py/react-vite-ui","dan5py/react-vite-shadcn-ui"],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dan5py%2Freact-vite-shadcn-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dan5py%2Freact-vite-shadcn-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dan5py%2Freact-vite-shadcn-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dan5py%2Freact-vite-shadcn-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dan5py","download_url":"https://codeload.github.com/dan5py/react-vite-shadcn-ui/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247112765,"owners_count":20885606,"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","pnpm","react","react-typescript","react-typescript-template","reactjs","shadcn-ui","tailwind","tailwindcss","typescript","vite","vite-react","vite-react-typescript","vite-template","vite-template-react","vitejs"],"created_at":"2024-08-02T09:01:44.339Z","updated_at":"2025-04-04T04:03:20.699Z","avatar_url":"https://github.com/dan5py.png","language":"TypeScript","funding_links":[],"categories":["TypeScript","Boilerplates \u0026 Starters"],"sub_categories":[],"readme":"# React + Vite + TypeScript Template (react-vite-ui)\n\n[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/Dan5py/react-vite-ui/blob/main/LICENSE)\n\nA React + Vite template powered by shadcn/ui.\n\n\u003e [!NOTE]\n\u003e This template uses Tailwind v3, if you want to use Tailwind v4, check the [tw4 branch](https://github.com/dan5py/react-vite-shadcn-ui/tree/tw4).\n\n## 🎉 Features\n\n- **React** - A JavaScript library for building user interfaces.\n- **Vite** - A fast, opinionated frontend build tool.\n- **TypeScript** - A typed superset of JavaScript that compiles to plain JavaScript.\n- **Tailwind CSS** - A utility-first CSS framework. (`v3`)\n- **Tailwind Prettier Plugin** - A Prettier plugin for formatting Tailwind CSS classes.\n- **ESLint** - A pluggable linting utility for JavaScript and TypeScript.\n- **PostCSS** - A tool for transforming CSS with JavaScript.\n- **Autoprefixer** - A PostCSS plugin to parse CSS and add vendor prefixes.\n- **shadcn/ui** - Beautifully designed components that you can copy and paste into your apps.\n\n## ⚙️ Prerequisites\n\nMake sure you have the following installed on your development machine:\n\n- Node.js (version 22 or above)\n- pnpm (package manager)\n\n## 🚀 Getting Started\n\nFollow these steps to get started with the react-vite-ui template:\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/dan5py/react-vite-ui.git\n   ```\n\n2. Navigate to the project directory:\n\n   ```bash\n   cd react-vite-ui\n   ```\n\n3. Install the dependencies:\n\n   ```bash\n   pnpm install\n   ```\n\n4. Start the development server:\n\n   ```bash\n   pnpm dev\n   ```\n\n## 📜 Available Scripts\n\n- pnpm dev - Starts the development server.\n- pnpm build - Builds the production-ready code.\n- pnpm lint - Runs ESLint to analyze and lint the code.\n- pnpm preview - Starts the Vite development server in preview mode.\n\n## 📂 Project Structure\n\nThe project structure follows a standard React application layout:\n\n```python\nreact-vite-ui/\n  ├── node_modules/      # Project dependencies\n  ├── public/            # Public assets\n  ├── src/               # Application source code\n  │   ├── components/    # React components\n  │   │   └── ui/        # shadc/ui components\n  │   ├── styles/        # CSS stylesheets\n  │   ├── lib/           # Utility functions\n  │   ├── App.tsx        # Application entry point\n  │   └── index.tsx      # Main rendering file\n  ├── eslint.config.js     # ESLint configuration\n  ├── index.html         # HTML entry point\n  ├── postcss.config.js  # PostCSS configuration\n  ├── tailwind.config.ts # Tailwind CSS configuration\n  ├── tsconfig.json      # TypeScript configuration\n  └── vite.config.ts     # Vite configuration\n```\n\n## 📄 License\n\nThis project is licensed under the MIT License. See the [LICENSE](https://choosealicense.com/licenses/mit/) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdan5py%2Freact-vite-shadcn-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdan5py%2Freact-vite-shadcn-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdan5py%2Freact-vite-shadcn-ui/lists"}