{"id":12293388,"url":"https://github.com/not-first/vite-biome-tailwind-template","last_synced_at":"2025-08-05T09:08:03.696Z","repository":{"id":247442967,"uuid":"823534095","full_name":"not-first/vite-biome-tailwind-template","owner":"not-first","description":"vite react starter template with biome and tailwind","archived":false,"fork":false,"pushed_at":"2024-07-03T11:41:40.000Z","size":42,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-02T06:51:12.335Z","etag":null,"topics":["biomejs","tailwindcss","vite"],"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/not-first.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-03T08:05:08.000Z","updated_at":"2025-01-02T11:47:23.000Z","dependencies_parsed_at":"2024-07-08T21:20:49.134Z","dependency_job_id":null,"html_url":"https://github.com/not-first/vite-biome-tailwind-template","commit_stats":null,"previous_names":["not-first/vite-biome-tailwind-template"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/not-first/vite-biome-tailwind-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/not-first%2Fvite-biome-tailwind-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/not-first%2Fvite-biome-tailwind-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/not-first%2Fvite-biome-tailwind-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/not-first%2Fvite-biome-tailwind-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/not-first","download_url":"https://codeload.github.com/not-first/vite-biome-tailwind-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/not-first%2Fvite-biome-tailwind-template/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268866977,"owners_count":24320281,"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-08-05T02:00:12.334Z","response_time":2576,"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":["biomejs","tailwindcss","vite"],"created_at":"2024-07-08T20:06:14.202Z","updated_at":"2025-08-05T09:08:03.646Z","avatar_url":"https://github.com/not-first.png","language":"TypeScript","funding_links":[],"categories":["Get Started"],"sub_categories":["Templates"],"readme":"# vite-biome-tailwind-template\n\n![Default webpage screenshot](https://github.com/not-first/vite-biome-tailwind-template/assets/111339712/d0bdd8b6-6b1c-483f-acd4-dc80e1ed8bf6)\n---\n\nSimple expansion of Vite's React template to create TypeScript projects integrated with:\n\n- [Biome](https://biomejs.dev/): A fast formatter and linter (replacing both ESLint and Prettier) written in rust.\n- [TailwindCSS](https://tailwindcss.com/): CSS utility that provides classes to apply inline styles to components\n\n## Contents\n\nThe unchanged vite-generated files: `.gitignore`, `index.html`, `tsconfig.app.js`, `tsconfig.node.json`, `tsconfig.json`, `vite-config` files.\n\nA `package.json` (and `package-lock.json`) file with ESLint, Prettier and their dependencies removed. Biome and TailwindCSS are installed as devDependencies. Available scripts are:\n\n- `dev`, `build`, `preview` as provided by Vite\n- `format`: formats the project using Biome's formatter\n- `lint`: lints the project using Biome's linter\n\nTailwind config files, including the default `tailwind.config.js` and `postcss.config.js`.\n\nBiome config file `biome.json`. In addition to default config, it has git integration enabled, and has the experimental useSortedClasses (sorting of tailwind classes) rule enabled.\n\n## Usage\n\n1. Clone to your machine. Do this by:\n    - Copying using [degit](https://github.com/Rich-Harris/degit) to download the files in the repo without the git history. (RECOMMENDED)\n      - `npx degit not-first/vite-biome-tailwind-template project-name`\n\n    - Cloning this repo to your machine. This will keep the git history of this repo.\n       - `git clone https://github.com/not-first/vite-biome-tailwind-template.git`\n\n    - Creating a repo using this template. Note that your repo will signify that it was built from this template.\n      - Click [here](https://github.com/not-first/vite-biome-tailwind-template/generate), or the 'Use this template' green button in the top right.\n  \n2. Install dependencies though `npm install`.\n3. Alter for your needs. Remember to:\n   - Update the `LICENSE` to the correct license and name\n   - Change the `name` and `author` properties in `package.json`\n   - Clean up the `README.md`\n4. You are good to go. Start the project with `npm run dev` and you will see an altered Vite starting screen with Vite, React, Biome and Tailwind styled using Tailwind classes.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnot-first%2Fvite-biome-tailwind-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnot-first%2Fvite-biome-tailwind-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnot-first%2Fvite-biome-tailwind-template/lists"}