1.全局安装
npm install -g create-react-app
2. app后面还要给项目文件命名
create-react-app //是全局命令来创建react项目
3.然后按照提示 , cd进入自己项目文件夹 , 在执行npm start