• Docs
  • Web SDK
  • Pre-requisites

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 --version

Install Yarn

npm install --global yarn

Verify Yarn is installed

yarn --version

Sample application

To initialise a huddle01-client example app, run the following command

NOTE: Add -ts or --typescript flag to init a typescript app

npx create-huddle01 --name my-app -tool client -ts