如何使用 create-react-app 创建 React 项目

参考官网 https://create-react-app.dev

使用工具初始化项目

npx create-react-app my-app

如果你喜欢使用 typescript

npx create-react-app my-app --template typescript