A starter kit for React with TypeScript, Tailwind CSS, and Vite.
- TypeScript
- Tailwind CSS
- Vite
- Biome for linting and formatting
- Lefthook for pre-commit hooks
Biome is configured to lint the entire project. It will lint all files in the src directory and ignore any files that are not in the src directory.
Lefthook is configured to run the check command from Biome before every commit. It will also prevent you from committing files that are not formatted with Biome.