MagnumGoYB / vite-qwe

React Vite starter template.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

React Vite starter template.

License:MIT License


Languages

Language:CSS 41.4%Language:TypeScript 36.5%Language:JavaScript 10.0%Language:HTML 8.5%Language:Shell 3.5%