• Docs
  • Getting Started
  • Clone Sample App

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 sample application

To get started with the CLI tool, open your terminal and run the following command

npx create-huddle01

Name your project


drawing

Select your preferred tool and click enter (iframe or client)


drawing

Confirm whether you want to use typescript


drawing

The sample app is now cloned to your local system!


drawing

Run the following command to change directory


cd name-of-the-app

The project directory looks as follows:

iFrame:


drawing

Client:


drawing

Install the dependencies


yarn

Run the Project


yarn dev

Open your browser and check out the sample app

iFrame:


drawing

Client:


drawing