创建 React 应用入门

通过 Create React App 快速启动项目。可用脚本:

  • npm start:开发模式下运行应用。
  • npm test:启动测试运行程序。
  • npm run build:构建生产应用。
  • npm run eject:移除构建依赖项,自定义配置。注意:此操作不可逆!
zip 文件大小:186.92KB