1.修改npm的镜像源到淘宝
npm config set registry https://registry.npm.taobao.org
2.查看镜像源
npm config get registry
3.创建react项目
npx create-react-app my_react_test
4.启动项目
cd my_react_test npm start
5.全局环境
npm i -g create-react-app