Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 275 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 275 Bytes

react-template

This is a template for react with typescript, include many common and useful tools.

Prepare your environment

  1. Install nodejs
  2. Install pnpm

Start

# install dependencies
pnpm install

# development
pnpm dev

# production
pnpm build