{"id":16498016,"url":"https://github.com/dan5py/react-vite-ts","last_synced_at":"2025-10-11T08:04:02.749Z","repository":{"id":171132123,"uuid":"647483096","full_name":"dan5py/react-vite-ts","owner":"dan5py","description":"Simple React + Vite + TS template with TailwindCSS","archived":false,"fork":false,"pushed_at":"2023-07-07T00:00:51.000Z","size":46,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-04T07:35:56.682Z","etag":null,"topics":["eslint","react","react-typescript","react-typescript-template","reactjs","tailwind","tailwindcss","typescript","vite","vite-react","vite-react-typescript","vite-template","vite-template-react","vitejs","yarn"],"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-05-30T22:07:08.000Z","updated_at":"2025-03-14T16:56:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"d8dffdfb-93c6-4f70-bda1-4fcd5d057f64","html_url":"https://github.com/dan5py/react-vite-ts","commit_stats":null,"previous_names":["dan5py/react-vite-ts"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/dan5py/react-vite-ts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dan5py%2Freact-vite-ts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dan5py%2Freact-vite-ts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dan5py%2Freact-vite-ts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dan5py%2Freact-vite-ts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dan5py","download_url":"https://codeload.github.com/dan5py/react-vite-ts/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dan5py%2Freact-vite-ts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279006746,"owners_count":26084148,"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-10-11T02:00:06.511Z","response_time":55,"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","react","react-typescript","react-typescript-template","reactjs","tailwind","tailwindcss","typescript","vite","vite-react","vite-react-typescript","vite-template","vite-template-react","vitejs","yarn"],"created_at":"2024-10-11T14:46:55.070Z","updated_at":"2025-10-11T08:04:02.718Z","avatar_url":"https://github.com/dan5py.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React + Vite + TypeScript Template (react-vite-ts)\n\n[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/Dan5py/react-vite-ts/blob/main/LICENSE)\n\nA minimalistic template for kickstarting React projects with Vite and TypeScript.\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.\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\n## ⚙️ Prerequisites\n\nMake sure you have the following installed on your development machine:\n\n- Node.js (version 16 or above)\n- Yarn (package manager)\n\n## 🚀 Getting Started\n\nFollow these steps to get started with the react-vite-ts template:\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/Dan5py/react-vite-ts.git\n   ```\n\n2. Navigate to the project directory:\n\n   ```bash\n   cd react-vite-ts\n   ```\n\n3. Install the dependencies:\n\n   ```bash\n    yarn\n   ```\n\n4. Start the development server:\n\n   ```bash\n   yarn dev\n   ```\n\n## 📜 Available Scripts\n\n- yarn dev - Starts the development server.\n- yarn build - Builds the production-ready code.\n- yarn lint - Runs ESLint to analyze and lint the code.\n- yarn 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-ts/\n  ├── node_modules/      # Project dependencies\n  ├── public/            # Public assets\n  ├── src/               # Application source code\n  │   ├── components/    # React components\n  │   ├── styles/        # CSS stylesheets\n  │   ├── lib/           # Utility functions\n  │   ├── App.tsx        # Application entry point\n  │   └── index.tsx      # Main rendering file\n  ├── .eslintrc.json     # ESLint configuration\n  ├── index.html         # HTML entry point\n  ├── postcss.config.js  # PostCSS configuration\n  ├── tailwind.config.js # 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-ts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdan5py%2Freact-vite-ts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdan5py%2Freact-vite-ts/lists"}