React学习01

91 阅读1分钟

1.全局安装脚手架

cnpm install -g create-react-app

2.创建项目

create-react-app 01reactapp(项目名)