# React

# 1. 官方在线文档

官方在线文档

# 2. 创建支持TS的React项目

npx create-react-app react-ts --typescript

# 3. 运行项目

yarn start