Monorepo Course
Monorepo is source control pattern where all of the source code of some project is kept in a single repository. You can have many projects and they don’t have to be related. Each package/project in monorepo usually represents one repository.
Monorepo introduction
Lesson 1
What is Monorepo?Lesson 2
Why Use Monorepo?Lesson 3
Tools for MonorepoLesson 4
How to work with Monorepo?Lesson 5
ConclusionWork With
React Native Developers
Whom You Can Trust
Lesson 5
Monorepo Conclusion
Lesson 1 -
NEXT LESSON
Gitflow for monorepo
Once we went through Monorepo introduction, it’s time to learn about the best practices of using it. We will start with GitFlow, a workflow that keeps a repo’s history perfectly organized.
