React + TS 实现 TodoList

一. 搭建项目

npm install -g create-react-app (全局安装react脚手架)

npm create react-app my-app --template typescript

cd my-app

npm start( 启动项目)

 待更新。。。

参考文章: https://www.jianshu.com/p/88945c338d04

https://www.ab62.cn/article/2798.html

 

posted @ 2022-02-26 16:45  TheYouth  阅读(162)  评论(0编辑  收藏  举报