https://github.com/path-yu/react-app
react + hook + typescript 最佳实践, 主要包含有todoList,任务拖拽演示,canvas棋牌,计算器四大应用!
https://github.com/path-yu/react-app
react typescript yarn
Last synced: 2 months ago
JSON representation
react + hook + typescript 最佳实践, 主要包含有todoList,任务拖拽演示,canvas棋牌,计算器四大应用!
- Host: GitHub
- URL: https://github.com/path-yu/react-app
- Owner: path-yu
- Created: 2021-12-30T07:10:50.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-04T04:50:36.000Z (over 4 years ago)
- Last Synced: 2025-11-28T03:48:26.453Z (7 months ago)
- Topics: react, typescript, yarn
- Language: TypeScript
- Homepage: https://react-app-path-yu.vercel.app/#/
- Size: 95.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
安装依赖
```
yarn install
```
运行应用程序
```
yarn dev
```
构建生产版本
```
yarn build
```