reactemplate/README.md

559 B

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