create-react-app搭建react项目
1.全局安装react-app" title="create-react-app">create-react-app
npm install -g create-react-app
2.创建项目
create-react-app 项目文件夹名
3.进入项目
3.1 cd 项目文件夹名
创建之后的项目目录
3.2运行项目
npm start
打开http://localhost:3000/查看运行成功后的项目
以上是 create-react-app搭建react项目 的全部内容, 来源链接: utcz.com/z/382366.html