Ok, so the best way to communicate this is an example:
In our company, we are 9 developers, 3 devs in each team. We are developing an Ionic 3 project that consists of 3 pages or components:
- The Dashboard page (Team A)
- The Contact page (Team B)
- The Login and Register page (Team C)
Each team creates a repository (git) with his project (ionic start myPage) and now we want to integrate automatically the project of each team in one Ionic 3 Project.
So, the question now is:
What is the best way of integrating each project automatically?
Maybe using an NPM or Bower?
If anyone had an example I really appreciated.
Thanks in advance.