Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.17 KB

README.md

File metadata and controls

31 lines (22 loc) · 1.17 KB

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