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.
git clone git@github.com:Dailymotion-Pro-Services/Streamchat-app-sample.git streamchat
cd streamchat
npm install
npm run devAssumption that the cursor is already on the project directory. Fill the .env vars with API__KEY and USER_TOKEN.
cp .env-example .env