touch README.md
# 全局安装 create-react-app
npm i create-react-app -g / yarn global add create-react-app
# 查看版本
create-react-app --version
# 使用 typescript 模板创建项目
npx create-react-app ck_admin --template typescript
npx create-react-app --template typescript
# 运行
cd rtsdemo
npm start / yarn start
结构转换