Reputation: 71
I have a react application which has 3 main features like student, teacher and school. everything is placed in single repo on develop branch.
I want to implement the feature of multi repos for each feature of the react application into independent.
Upvotes: 0
Views: 846
Reputation: 76
you can do that with [lerna-bootstrap][1]
you can visit the link above and get full documentation on how to do that [1]: https://www.npmjs.com/package/@lerna/bootstrap
Upvotes: 1