Skip to content

Flower-F/vitesse-react

Repository files navigation

Vitesse React

It is a copy of Vitesse, but it uses React. All the configs always keep fresh.

Features

Try it now!

GitHub Template

Create a repo from this template on GitHub.

Clone to local

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