Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 328 Bytes

File metadata and controls

16 lines (12 loc) · 328 Bytes

Node Monorepo

A monorepo containing two services:

Service Path Owner
Frontend apps/Frontend Team Alpha
Backend apps/Backend Team Beta

Structure

apps/
├── Frontend/   # Frontend service (Team Alpha)
└── Backend/    # Backend service (Team Beta)