Core components:
- Node.js
- Bun
- package manager
- tests with
bun:test
- Vite
- TypeScript
- React 19
- Tailwind 4
- eslint 9
- prettier + tailwind prettier plugin
This template provides a minimal setup to get React working in Vite with HMR.
This starter uses SWC via @vitejs/plugin-react-swc for Fast Refresh.
This eslint configuration is opted into tseslint.configs.strictTypeChecked
, but you could change this to something else.