react.js环境配置(create-react-app)
利用create-react-app配置react环境,一键搞定。
npm install -g create-react-app
create-react-app myApp //myApp是项目名
cd myApp/
npm start //启动react
利用create-react-app配置react环境,一键搞定。
npm install -g create-react-app
create-react-app myApp //myApp是项目名
cd myApp/
npm start //启动react