Chetan
Chetan

Reputation: 71

how to setup multiple repos in existing react js application

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

Answers (1)

Shem Levy
Shem Levy

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

Related Questions