This is a monorepo containing sample apps for Huddle01. This monorepo have sample apps for all of our SDKs including Vanilla JS, React, React Native, and Flutter.
- Clone the repository to your local machine
git clone https://github.com/huddle01/huddle01-sample-apps.git
- Install dependencies for all the apps inside the monorepo
yarn install
- Run the app you want to test (Web Apps)
cd apps/web/[example-app-name]
yarn dev