DEV Community

Aniket Kolekar
Aniket Kolekar

Posted on

How to setup a Monorepo: React, React Native, and Node

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)