Skip to content

danlutz/mowit

Repository files navigation

RENT.IT

RENT.IT and everything you need!

Monorepo architecture

This monorepo uses Yarn workspaces and Lerna.

Setup

Requirements

Run the app

  1. Go to the root package of this app and type
# This will install all npm modules for every monorepo package
yarn install
  1. Go to /packages/app/
cd packages/app
  1. Run the App with the following command
expo start

Editor

We recommend you use Visual Studio Code in combination with our VS Code workspace.

In VS Code, open the mowit.code-workspace file. The workspace configuration file will load settings, dictionaries, recommend extensions and add debugging configurations.