全局安装react使用脚手架在文件目录:(比如:F:/react)启动项目重启项目 全局安装reactnpm install -g create-react-app 使用脚手架 在文件目录:(比如:F:/react)create-react-app demo1 (demo1是项目名称) 启动项目yarn start 重启项目yarn start