最近在学习react,快速搭建一个基于react的项目

1.创建一个放项目文件夹,用编辑器打开
2.打开集成终端输入命令: npm install -g create-react-app 
3. create-react-app my-app 
4.进入my-app :cd my-app
5.启动命令:npm start
6.打包:npm run build

相关文章:

  • 2021-09-15
  • 2021-09-05
  • 2021-07-13
  • 2021-11-10
  • 2021-06-06
  • 2021-06-18
  • 2021-06-15
猜你喜欢
  • 2021-06-19
  • 2021-06-18
  • 2021-11-06
  • 2021-04-23
  • 2021-04-13
  • 2022-12-23
  • 2021-11-06
相关资源
相似解决方案