Buid a Chat application with Svelte 3 and Stream. Tutorial:
- Clone this repository and
cd
into it. - Execute
npm install
to download the server dependencies. - See tutorial for notes on how to get the required credentials from Stream.
- Rename
.env.example
to.env
and update it with your Stream credentials. - Run
node server.js
to start the server on http://localhost:3000 - Open up
frontend/src/App.svelte
and update it with your Stream app access key. - Run
npm run dev
from within thefrontend
directory to start the Svelte app. View http://localhost:5000 in your browser.
- Node.js and npm
- Svelte - For creating the application frontend
- Stream Chat - Chat features