STRUCTURE OF A MONOREPO A monorepo can contain multiple applications (here: apps) whereas each application has access to shared set of packages. Bear in mind that this is already an opinionated monorepo structure: - apps/ --- app-one --- app-two - packages/ --- package-one --- package-two --- package-three A package, which is just a folder, can be anything from UI components (e.g. framework spec..