1. create-react-app初始化项目

  1. yarn create react-app 项目名 --template=typescript
  2. OR
  3. npx create-react-app 项目名 --template=typescript