react安装

Posted bwkj

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了react安装相关的知识,希望对你有一定的参考价值。

1.

npm install -g create-react-app

2.

create-react-app my-app

3.

cd my-app
npm start

4.浏览器打开  http://localhost:3000

以上是关于react安装的主要内容,如果未能解决你的问题,请参考以下文章