一、安装
npm install -g create-react-app
版本校验:create-react-app --version
二、创建项目
create-react-app my-app
cd my-app/
npm start
通过http://localhost:3000/查看你的app
使用 npm run build 编译打包程序
2022-08-23 20:43:43
npm install -g create-react-app
版本校验:create-react-app --version
create-react-app my-app
cd my-app/
npm start
通过http://localhost:3000/查看你的app
使用 npm run build 编译打包程序