Pre-requisites to WebSDK
Installing Node.js
To use the Client SDK, you must have Node.js installed on your machine.
or Download Node.js from their official website
Pro Tip: Use NVM or FVM to install Node.js as they help in version management and easy updation
Verify Node.js is installed
node --versionInstall Yarn
npm install --global yarnVerify Yarn is installed
yarn --versionSample application
To initialise a huddle01-client example app, run the following command
NOTE: Add
-tsor--typescriptflag to init a typescript app
npx create-huddle01 --name my-app -tool client -ts