React Vite starter template
English | 简体中文
Vitesse requires Node >=16
Create a repo from this template on GitHub.
If you prefer to do it manually with the cleaner git history
pnpm dlx degit MagnumGoYB/vite-qwe your-project-name
cd your-project-name
git init
pnpm install # If you don't have pnpm installed, run: npm install -g pnpm
When you use this template, try follow the checklist to update your info properly
- Change the author name in
LICENSE
- Change the title in
index.html
- Change the favicon in
public
- Remove the
.github
folder which contains the funding info - Clean up the READMEs
And, enjoy :)
Just run and visit http://localhost:3333
pnpm dev
To build the App, run
pnpm build
And you will see the generated file in dist
that ready to be served