A sample app demonstrating the Polls feature using Sendbird UIKit for React.
- Install dependencies
npm install- Create a
.envfile in the project root
VITE_APP_ID=<Sendbird App ID>
VITE_USER_ID=<User ID>
VITE_NICKNAME=<Nickname>
VITE_ACCESS_TOKEN=<Access Token>
You can find your Sendbird App ID on the Sendbird Dashboard.
Starts the development server. Open http://localhost:3000 to view the app.
Builds the production bundle into the dist/ folder.
Previews the production build locally. Use after running npm run build.