react quick start

快速构建react:

react quick start

 

 

具体:

cmd命令行

$ npm install -g cnpm --registry=https://registry.npm.taobao.org
$ npm config set registry https://registry.npm.taobao.org
$ cnpm install -g create-react-app
$ create-react-app my-app
$ cd my-app/
$ npm start

构建完成:

react quick start

 

 react quick start

 

Related Posts

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注