react项目初始化

36 阅读1分钟

打开文件夹终端

  • npx create-react-app 文件夹名称
  • cd 文件夹
  • yarn start

删掉一些无用的文件

image.png