Go to file
syy11cn 0aa4ea2b1c chore: add MIT license 2022-04-06 14:14:31 +08:00
src feat: add back to home link 2022-04-06 11:46:44 +08:00
.gitignore chore: update gitignore 2022-04-02 19:20:19 +08:00
LICENSE chore: add MIT license 2022-04-06 14:14:31 +08:00
README.md docs: add README.md 2022-04-06 14:12:58 +08:00
auto-imports.d.ts chore: update auto import dep 2022-04-02 19:19:31 +08:00
index.html feat: dark mode 2022-04-02 19:19:51 +08:00
netlify.toml chore: add netilify config 2022-04-02 19:24:11 +08:00
package.json chore: add jsdom dep 2022-04-02 19:20:05 +08:00
pnpm-lock.yaml chore: add jsdom dep 2022-04-02 19:20:05 +08:00
tsconfig.json feat: dark mode 2022-04-02 19:19:51 +08:00
unocss.config.ts chore: add unocss dep 2022-04-02 19:18:39 +08:00
vite.config.ts chore: update unocss config 2022-04-02 19:20:13 +08:00

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.

  • Install degit
npm i -g degit
  • Get this repo
degit github:syy11cn/reactemplate
  • Initialize your git
git init