AftabUfaq / mono-repo-ui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mono Repo in react and react native

A monorepo (mono repository) is a version management configuration that stores many projects in one repository. The projects can be unrelated and can be completely distinct.

Monorepo is helpful in such projects where we are having multiple projects sharing common functional or business logics. Follow this blog for help.

Installation

run following commands in root step by step to run this project.

  1. create node modules of projects
yarn web-nodeModules
yarn mobile-nodeModules
yarn shared-nodeModules
yarn shared-build

Now to run web app use

yarn web-start

and to run on mobile use

yarn mobile-pods
yarn mobile-start
yarn mobile-ios
yarn mobile-android

About


Languages

Language:Java 35.2%Language:JavaScript 14.4%Language:Ruby 12.2%Language:Objective-C 11.3%Language:TypeScript 10.0%Language:HTML 8.5%Language:CSS 4.6%Language:Objective-C++ 3.7%