It is a copy of Vitesse, but it uses React. All the configs always keep fresh.
- ⚡️ React + Vite + Bun
- 🗂 React Router
- 😃 React Use
- 🎨 TailwindCSS + Iconify
- 🦾 ESLint + Prettier + CommitLint + Husky
- ✅ Vitest
- ☁️ Netlify
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
git init # To make sure that the husky can work well
# If you use Linux system, you might need to execute 'chmod 777 ./.husky/*'
bun i # If you don't have bun installed, run: curl -fsSL https://bun.sh/install | bash