Came here because I'm fed up with gitlab yaml, but the leap from the quickstart to a multi-app monorepo is quite a big jump.
Does anybody have any examples of a monorepo? For example, I'm trying to learn how to:
- Creating the buildEnv at the top level and leveraging this for all apps
- Caching of
node_modulesin each projects (some node tooling we use forces us to use individual node_modules at the moment) - Supporting 2 source folders (
apps/andpackages/-- both of which are used)