React安装开发环境
Posted 尔嵘
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了React安装开发环境相关的知识,希望对你有一定的参考价值。
1.node.js
node -v
2.安装淘宝镜像
npm install -g cnpm --registry=https://registry.npm.taobao.org
npm config set registry https://registry.npm.taobao.org
3.cnpm安装
npm install -g create-react-app
创建项目
create-react-app hello-react
进入项目
cd hello-react
启动项目
npm start
以上是关于React安装开发环境的主要内容,如果未能解决你的问题,请参考以下文章