By way of illustration
Here is a quick demonstration of how to get started
Start from an example app
- Open your terminal and enter the following command:
npx create-huddle01
- Give a
Name
to your project. - Choose
Core SDK
. - Confirm whether you want to use
TypeScript
. - Choose
React
to generate boilerplate. - Choose
Next
orVite
based on your preference to generate boilerplate. - 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