Skip to content

Latest commit

 

History

History
54 lines (37 loc) · 1.03 KB

README.md

File metadata and controls

54 lines (37 loc) · 1.03 KB

Awesome Starter

Why do you use this template

This template is a simplest solution to start up an new SPA.

What is the key web framework for this template

Start Up

Please use degit to download template

#
mkdir your-project-name
cd your-project-name
npx degit brandonxiang/vite-antd-starter

# or

npx degit brandonxiang/vite-antd-starter your-project-name

How to Develop

pnpm i
pnpm run dev

# http://localhost:3000/

How to Build

# live
pnpm run build

Project Management