react环境搭建

1. 安装create-react-app

npm install -g create-react-app

2.新建demo

create-react-app demo

3. 运行

npm start

你可能感兴趣的:(react环境搭建)