安装脚手架工具 npm install -g create-react-app 初始化项目 create-react-app reactproject code .\reactproject\ 运行项目 cd reactproject npm start