Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 446 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 446 Bytes

Private Cloud

使用

项目使用了yarn workspace来统一管理各个子项目,子项目统一位于apps/下。开发时使用yarn workspace <AppName> <your script>执行对应项目中的脚本

例如

// 前端dev
yarn workspace frontend start

// 等价于在./apps/frontend下执行

npm run start


// 后端dev
yarn workspace backend dev

前端

  • typescript
  • react-hooks
  • immer

后端

  • typescript
  • egg.js