Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 553 Bytes

File metadata and controls

22 lines (15 loc) · 553 Bytes

Sample Streamchat with Dailymotion Player

React + TypeScript + Vite

This template is cloned from original Streamchat sample code. It provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Getting Started

git clone git@github.com:Dailymotion-Pro-Services/Streamchat-app-sample.git streamchat
cd streamchat
npm install
npm run dev

Configuration

Assumption that the cursor is already on the project directory. Fill the .env vars with API__KEY and USER_TOKEN.

cp .env-example .env