# Todo List
线上地址:todolist.leezx.cn (opens new window)
GitHub地址:react-learn-ts (opens new window)
# Todos
- 事项排序
- ......
# 基本使用
npm install # 安装依赖
npm start # 开发环境
npm run build # 生产环境
1
2
3
4
5
6
2
3
4
5
6
线上地址:todolist.leezx.cn (opens new window)
GitHub地址:react-learn-ts (opens new window)
npm install # 安装依赖
npm start # 开发环境
npm run build # 生产环境