Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 175 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 175 Bytes

极简react todo app

# 安装依赖 
npm install / yarn add 

# 先运行服务!!!
yarn server / npm server
#启动项目
yarn start /npm run start