{"id":28445333,"url":"https://github.com/suptarr/react-template","last_synced_at":"2026-04-13T21:01:54.869Z","repository":{"id":211451381,"uuid":"728480128","full_name":"SupTarr/React-template","owner":"SupTarr","description":"This template provides a minimal setup to get React working in Vite with HMR, some ESLint rules, Tailwind CSS, and DaisyUI.","archived":false,"fork":false,"pushed_at":"2025-05-13T17:18:41.000Z","size":336,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-29T22:38:17.382Z","etag":null,"topics":["daisyui","reactjs","tailwindcss","typescript","vite"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SupTarr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2023-12-07T03:00:24.000Z","updated_at":"2025-05-13T17:21:12.000Z","dependencies_parsed_at":"2023-12-25T11:28:29.753Z","dependency_job_id":"b2ad0df2-3114-4d95-8a0a-cfa0a59f22a1","html_url":"https://github.com/SupTarr/React-template","commit_stats":null,"previous_names":["suptarr/rss-aggregator-frontend"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/SupTarr/React-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SupTarr%2FReact-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SupTarr%2FReact-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SupTarr%2FReact-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SupTarr%2FReact-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SupTarr","download_url":"https://codeload.github.com/SupTarr/React-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SupTarr%2FReact-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31770726,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T20:17:16.280Z","status":"ssl_error","status_checked_at":"2026-04-13T20:17:08.216Z","response_time":93,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["daisyui","reactjs","tailwindcss","typescript","vite"],"created_at":"2025-06-06T10:12:31.703Z","updated_at":"2026-04-13T21:01:54.835Z","avatar_url":"https://github.com/SupTarr.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React + TypeScript + Vite + Tailwind CSS + DaisyUI Template\n\nThis template provides a minimal setup to get React working in Vite with HMR, some ESLint rules, Tailwind CSS, and DaisyUI.\n\nCurrently, two official Vite plugins are available for React:\n\n- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh\n- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh (this template uses this one by default)\n\n## Features\n\n- [Vite](https://vitejs.dev/) for fast development and builds\n- [React](https://reactjs.org/) 18\n- [TypeScript](https://www.typescriptlang.org/)\n- [Tailwind CSS](https://tailwindcss.com/) for utility-first CSS\n- [DaisyUI](https://daisyui.com/) component library for Tailwind CSS\n- [ESLint](https://eslint.org/) for code linting\n- [Prettier](https://prettier.io/) for code formatting (recommended setup)\n- Hot Module Replacement (HMR) for a great development experience\n\n## Getting Started\n\nFollow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.\n\n### Prerequisites\n\nMake sure you have the following installed:\n\n- [Node.js](https://nodejs.org/) (LTS version recommended, e.g., 18.x or 20.x)\n- [npm](https://www.npmjs.com/) (comes with Node.js) or [Yarn](https://yarnpkg.com/)\n\n### Installation\n\n1. **Using as a template:**\n    If you are on GitHub, you can click the \"Use this template\" button to create a new repository based on this template.\n\n2. **Cloning (alternative):**\n    If you prefer to clone the repository manually:\n\n    ```bash\n    git clone https://github.com/your-username/your-repository-name.git\n    cd your-repository-name\n    ```\n\n    *(Replace `your-username/your-repository-name.git` with the actual URL if you've already pushed it somewhere)*\n\n3. **Install dependencies:**\n    Open your terminal in the project root and run:\n\n    ```bash\n    npm install\n    ```\n\n    or if you prefer Yarn:\n\n    ```bash\n    yarn install\n    ```\n\n## Available Scripts\n\nIn the project directory, you can run the following commands:\n\n### `npm run dev`\n\nRuns the app in development mode.\nOpen [http://localhost:5173](http://localhost:5173) (or the port indicated in your terminal) to view it in your browser. The page will reload when you make changes, and you will see any lint errors in the console.\n\n### `npm run build`\n\nBuilds the app for production to the `dist` folder.\nIt correctly bundles React in production mode and optimizes the build for the best performance. The build is minified and the filenames include hashes for cache busting.\n\n### `npm run lint`\n\nLints the source code using ESLint to identify and report on patterns found in ECMAScript/JavaScript code, with the goal of making code more consistent and avoiding bugs.\n\n### `npm run preview`\n\nServes the production build locally from the `dist` folder. This command is useful for verifying that the production build works correctly before deploying it.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuptarr%2Freact-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsuptarr%2Freact-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuptarr%2Freact-template/lists"}