如何创建ts+react项目

yarn创建

  yarn create react-app react-ts --template=typescript

  or

  yarn create react-app antd-demo-ts --template typescript

npx创建

  npx create-react-app react-ts --template=typescript

  or

  npx create-react-app antd-demo-ts --typescript

原文地址:https://www.cnblogs.com/PeiGaGa/p/14188183.html