[go: nahoru, domu]

Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

Latest commit

 

History

History
63 lines (43 loc) · 1.6 KB

README.md

File metadata and controls

63 lines (43 loc) · 1.6 KB

Git Pager

CI & CD

技术架构

本地开发

单独启动前端开发环境

  1. 执行命令 npm run front
  2. 浏览器访问 http://localhost:3000/?repository=your-repo&token=your-token

前端生产环境 + 后端调试环境

  1. 执行命令 lean up(需装好 LeanCloud 命令行工具
  2. 浏览器访问 http://localhost:3000/?repository=your-repo

远程部署

npm run deploy

其它命令

npm test

Launches the test runner in the interactive watch mode.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!