This is a simple monorepo designed for practice and pet projects. A monorepo (mono repository) is a version control setup that consolidates multiple projects into a single repository. These projects can be entirely distinct or share common functionalities and business logic.
To get this project up and running, execute the following commands in the root directory, one by one:
yarn web-nodeModules
yarn mobile-nodeModules
yarn shared-nodeModules
yarn shared-build
To start the web application, use the following command:
yarn web-start
To launch the mobile application, execute these commands:
yarn mobile-pods
yarn mobile-start
yarn mobile-ios
yarn mobile-android