安装或更新create-react-app版本: npm i -g create-react-app 查看create-react-app版本 create-react-app -V 使用create-react-app脚手架创建React应用程序: npx create-react-app my-app 运行刚才创建的应用: cd my-app yarn start
这里以桌面为例) cd Desktop 2、创建 React 项目 npx create-react-app my-app 3、进入项目...