It is a copy of Vitesse, but it uses React. All configs are kept up to date.
- ⚡️ React + Vite 8 + pnpm
- 🦀 Rolldown - Rust-powered bundler (10-30x faster)
- 🔧 Oxc - Rust-powered JavaScript toolchain
- 🗂 React Router
- 😃 React Use
- 🎨 TailwindCSS + Iconify
- 🦾 CommitLint + Husky
- ✅ Vitest
- ☁️ Netlify
This project uses Anthony Fu's latest ox + rust tech stack:
| Old (JS) | New (Rust) | Speed |
|---|---|---|
| ESLint | Oxlint | 50-100x faster |
| Prettier | Oxfmt | 30x faster |
| esbuild + Rollup | Rolldown | 10-30x faster |
Create a repo from this template on GitHub.
If you prefer to do it manually with the cleaner git history
npx degit flower-f/vitesse-react xxx
cd xxx
pnpm install