0aa4ea2b1c | ||
---|---|---|
src | ||
.gitignore | ||
LICENSE | ||
README.md | ||
auto-imports.d.ts | ||
index.html | ||
netlify.toml | ||
package.json | ||
pnpm-lock.yaml | ||
tsconfig.json | ||
unocss.config.ts | ||
vite.config.ts |
README.md
ReacTemplate
React
+ TypeScript
+ Vite
starting template.
Introduction
This is a starting template with following dependencies.
- ⚛️
React v18.x
; - 📖
TypeScript
; - ⚡
Vite
; - 💡
UnoCSS
; - 🚧
ES Lint
; - 🏗️
Vitest
;
Usage
With GitHub
When you create a repo, choose this repo as template.
With degit
(Recommended)
- Install
degit
npm i -g degit
- Get this repo
degit github:syy11cn/reactemplate
- Initialize your git
git init