npm install -g create-react-app 全局安装create-react-app
create-react-app 名称 创建react脚手架
npm run eject 显示config配置文件夹
npm run build 打包
npm start 运行
npm install -g create-react-app 全局安装create-react-app
create-react-app 名称 创建react脚手架
npm run eject 显示config配置文件夹
npm run build 打包
npm start 运行