Buid a Chat application with Svelte 3 and Stream. Tutorial:
cd into it.npm install to download the server dependencies..env.example to .env and update it with your Stream credentials.node server.js to start the server on http://localhost:3000frontend/src/App.svelte and update it with your Stream app access key.npm run dev from within the frontend directory to start the Svelte app. View http://localhost:5000 in your browser.