官网链接https://github.com/facebook/create-react-app

npm install create-react-app -g 全局安装react脚手架

create-react-app my-app 安装react最基本开发环境需要的第三方依赖

cd my-app 进入项目

npm start  运行项目

浏览器访问localhost:3000 查看调试页面

react学习之路(一)react脚手架的安装

 

 

相关文章:

  • 2021-04-13
  • 2021-06-20
  • 2022-12-23
  • 2022-12-23
  • 2021-12-14
猜你喜欢
  • 2022-12-23
  • 2022-02-18
  • 2022-12-23
  • 2022-02-12
  • 2022-01-05
  • 2022-02-22
  • 2021-12-01
相关资源
相似解决方案