Monorepo

A monorepo is a software development approach that organizes multiple projects or components into a single repository.

Within a monorepo, all projects within the centralized repository share code and dependencies. Monorepos are useful for streamlining CI/CD processes, enabling large-scale refactoring, and cross-project implementations. Some challenges that monorepos have are larger codebase management, longer build times, and access control issues. Monorepos are commonly used within organizations that have interconnected projects or complex software ecosystems.

App Platform allows you to deploy apps from monorepos.

Monorepo Articles

See all articles with this tag
Deploy applications from monorepos in App Platform.