reactemplate/README.md

45 lines
559 B
Markdown
Raw Permalink Normal View History

2022-04-06 14:12:58 +08:00
<div align="center">
# ReacTemplate
*`React` + `TypeScript` + `Vite` starting template.*
</div>
## 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`
```bash
npm i -g degit
```
- Get this repo
```bash
degit github:syy11cn/reactemplate
```
- Initialize your git
```bash
git init
```