React + TypeScript + Vite + Tailwind CSS + Biome
This template provides a minimal setup to get React working in Vite. Uses Typescript + SWC configuration with Tailwind CSS and Biome for formatting and linting.
Biome - What? Why?
- Biome is a replacement for eslint + prettier. It can do everything both of these combined do.
- I got fed up of the issues that come with setting up eslint with prettier, and it felt cumbersome to install so many packages to support all this.