You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 22, 2025. It is now read-only.
A package.json (and package-lock.json) file with ESLint, Prettier and their dependencies removed. Biome and TailwindCSS are installed as devDependencies. Available scripts are:
dev, build, preview as provided by Vite
format: formats the project using Biome's formatter
lint: lints the project using Biome's linter
Tailwind config files, including the default tailwind.config.js and postcss.config.js.
Biome 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.
Usage
Clone to your machine. Do this by:
Copying using degit to download the files in the repo without the git history. (RECOMMENDED)
Creating a repo using this template. Note that your repo will signify that it was built from this template.
Click here, or the 'Use this template' green button in the top right.
Install dependencies though npm install.
Alter for your needs. Remember to:
Update the LICENSE to the correct license and name
Change the name and author properties in package.json
Clean up the README.md
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.
About
vite react starter template with biome and tailwind