Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 867 Bytes

File metadata and controls

31 lines (20 loc) · 867 Bytes

Dashboard Application

This is mini app for handling business management flow. Dashboard exposes MainNavigator. MainNavigator is Dashboard app itself. Dashboard app uses auth logic and UI (SignInScreen, AccountScreen) from Auth remote module, so we suggest to run Auth dev server to prevent issues with Dashboard app. If Auth dev server will no be run, Dashboard app will not work as standalone app.

Setup

Install dependencies for all apps in root directory of this monorepo:

pnpm install

Install pods:

pnpm pods

Pods might sometimes be outdated, and they might fail to install, in that case you can update them by running:

pnpm pods:update

Run

Start dev server for all apps in root directory of this monorepo if you need to work as a part of host app. Dashboard app server will run on 9002 port:

pnpm start