Need help in setting up a monorepo.
Here is what the monorepo is meant to contain:
| Module | Use case |
|---|---|
| React Native | User facing mobile app |
| React/Next | User facing web app |
| React/Next | Admin Panel web app |
| UI package | For user and admin web app |
| Utils package | Common JS utils |
| Node | Backend server |
Please advise on the best method to configure my repository for this.
Kindly, also provide any github repositories with a comparable format to which I may refer.
Top comments (0)