Must have Node and Yarn(v1.22.19) installed to setup locally
yarn
yarn run dev
yarn run build
This monorepo consists of the two workspaces apps & packages
universal-app-starter
└── apps
├── native
└── web
└── packages
├── ui
└── app
apps/native: a react-native app built with expoapps/web: a Next.js app built with react-native-webpackages/ui: a shared package that contains shared UI components between web and native applicationspackages/app: a shared package that contains shared logic between web and native applicationsInterested in setting up a similar project from scratch? Check out the article here
$ claude mcp add universal-app-starter \
-- python -m otcore.mcp_server <graph>