CLI Tool
Quick Start
Our CLI tool lets you clone a sample application built on top of Huddle01 SDK. Replace the code to tailor the application to meet your requirements.
Clone Example App
-
Open your terminal and enter the following command:
npx create-huddle01
-
Give a name to your project.
-
Choose your preferred tool and press enter (either iframe or client).
-
Confirm whether you want to use TypeScript.
-
Choose project type (If you selected client earlier) : React vs React Native
-
The sample app has now been cloned to your local system!
Change directory
cd name-of-the-app
Install the dependencies
pnpm i
Run the project
pnpm dev
💡
We prefer pnpm over yarn or npm.
Open your browser and check out the sample app
Client:
iFrame: