React 安装

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/

 

posted @ 2018-11-09 10:05  我爱小明  阅读(113)  评论(0编辑  收藏  举报