React 安装时间:2023-03-08 16:31:58 1、安装 node 8.0以上 node -v npm -v 2、安装淘宝镜像 cnpm npm install -g cnpm --registry=https://registry.npm.taobao.org 3、用 cnpm 安装 react,依次输入命令 cnpm install -g create-react-app create-react-app my-app cd my-app/ npm start 4、运行后:http://localhost:3000/