/vite-qwe

React Vite starter template.

Primary LanguageCSSMIT LicenseMIT

Vite qwe

React Vite starter template


English | 简体中文

Try it now!

Vitesse requires Node >=16

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

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

Checklist

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 :)

Usage

Development

Just run and visit http://localhost:3333

pnpm dev

Build

To build the App, run

pnpm build

And you will see the generated file in dist that ready to be served