{"id":15077887,"url":"https://github.com/tcdtist/public-vite-react-tailwind-starter","last_synced_at":"2026-01-03T05:34:55.469Z","repository":{"id":252516912,"uuid":"840660018","full_name":"tcdtist/public-vite-react-tailwind-starter","owner":"tcdtist","description":"💫 Modern React starter template with Vite, React Router v6, Tailwind CSS, ESLint, and Prettier. Fast development, optimized build, clean structure.","archived":false,"fork":false,"pushed_at":"2025-02-03T05:03:50.000Z","size":108,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-03T05:24:44.753Z","etag":null,"topics":["eslint","husky","prettier","react","react-helmet-async","react-router-dom-v6","stylelint","tailwindcss","vite"],"latest_commit_sha":null,"homepage":"https://tcdtist-vite-react-tailwind-starter.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/tcdtist.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-08-10T09:44:09.000Z","updated_at":"2025-02-03T05:03:53.000Z","dependencies_parsed_at":"2024-08-10T12:04:13.074Z","dependency_job_id":null,"html_url":"https://github.com/tcdtist/public-vite-react-tailwind-starter","commit_stats":null,"previous_names":["tcdtist/public-vite-react-tailwind-starter"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tcdtist%2Fpublic-vite-react-tailwind-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tcdtist%2Fpublic-vite-react-tailwind-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tcdtist%2Fpublic-vite-react-tailwind-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tcdtist%2Fpublic-vite-react-tailwind-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tcdtist","download_url":"https://codeload.github.com/tcdtist/public-vite-react-tailwind-starter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243896172,"owners_count":20365331,"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","husky","prettier","react","react-helmet-async","react-router-dom-v6","stylelint","tailwindcss","vite"],"created_at":"2024-09-25T04:33:28.114Z","updated_at":"2026-01-03T05:34:55.443Z","avatar_url":"https://github.com/tcdtist.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vite React Tailwind Starter\n\n## Overview\n\nThis Vite React Tailwind Starter is a modern, lightweight template for building React applications. It combines the speed of Vite, the power of React, the flexibility of React Router DOM v6, and the utility-first approach of Tailwind CSS. This template is designed to jumpstart your React projects with a well-structured, maintainable, and scalable foundation.\n\n## Table of Contents\n\n- [Features](#features)\n- [Technologies Used](#technologies-used)\n- [Project Structure](#project-structure)\n- [Getting Started](#getting-started)\n- [Usage](#usage)\n- [Customization](#customization)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Features\n\n- **Fast Development**: Leverages Vite for near-instant server start and rapid hot module replacement (HMR).\n- **Modern React**: Set up with the latest React features and best practices.\n- **Flexible Routing**: Implements React Router DOM v6 for declarative routing.\n- **Responsive Design**: Utilizes Tailwind CSS for rapid UI development and responsive layouts.\n- **Code Quality**: Integrated ESLint and Prettier for consistent code style and quality.\n- **Optimized Production Build**: Configured for efficient bundling and optimized performance.\n\n## Technologies Used\n\n- **React**: A JavaScript library for building user interfaces.\n- **Vite**: A next-generation frontend tooling.\n- **React Router DOM v6**: Declarative routing for React applications.\n- **Tailwind CSS**: A utility-first CSS framework for rapid UI development.\n- **ESLint**: A tool for identifying and fixing problems in JavaScript code.\n- **Prettier**: An opinionated code formatter.\n\n## Project Structure\n\n```\n\nvite-react-tailwind-starter/\n├── public/\n├── src/\n│ ├── assets/\n│ ├── components/\n│ │ ├── common/\n│ │ └── layout/\n│ ├── configs/\n│ ├── constants/\n│ ├── containers/\n│ ├── contexts/\n│ ├── hooks/\n│ ├── layouts/\n│ ├── pages/\n│ ├── redux/\n│ ├── services/\n│ ├── styles/\n│ ├── utils/\n│ ├── App.jsx\n│ └── main.jsx\n│ └── RouterTree.js\n├── .editorconfig\n├── .env.example\n├── .eslintignore\n├── .eslintrc.cjs\n├── .gitignore\n├── .prettierignore\n├── .stylelintrc\n├── index.html\n├── jsconfig.json\n├── LICENSE\n├── package.json\n├── postcss.config.js\n├── prettier.config.js\n├── README.md\n├── tailwind.config.js\n├── vite.config.js\n└── yarn.lock\n\n```\n\n## Getting Started\n\nTo get started with this template, follow these steps:\n\n1. **Clone the repository**:\n\n   ```bash\n   git clone https://github.com/tcdtist/public-vite-react-tailwind-starter.git\n   cd public-vite-react-tailwind-starter\n   ```\n\n2. **Install dependencies**:\n\n   ```bash\n   yarn install\n   ```\n\n3. **Start the development server**:\n\n   ```bash\n   yarn dev\n   ```\n\n4. **Open your browser** and navigate to `http://localhost:8000` to view the application.\n\n## Usage\n\nYou can start building your application by:\n\n- Adding new components in the `src/components` directory.\n- Creating new pages in the `src/pages` directory.\n- Defining routes in the `src/RouterTree` directory.\n- Adding custom hooks in the `src/hooks` directory.\n- Styling your components using Tailwind CSS classes.\n\n## Customization\n\n- **Tailwind CSS**: Customize the `tailwind.config.js` file to adjust the design system.\n- **ESLint**: Modify `.eslintrc.cjs` to change linting rules.\n- **Prettier**: Adjust `prettier.config.js` for code formatting preferences.\n- **Vite**: Configure `vite.config.js` for build optimizations and plugins.\n\n## Contributing\n\nContributions are welcome! If you'd like to contribute, please follow these steps:\n\n1. Fork the repository.\n2. Create a new branch for your feature or bug fix.\n3. Make your changes and commit them.\n4. Push your branch to your forked repository.\n5. Create a pull request with a description of your changes.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftcdtist%2Fpublic-vite-react-tailwind-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftcdtist%2Fpublic-vite-react-tailwind-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftcdtist%2Fpublic-vite-react-tailwind-starter/lists"}