Files
supabase/examples/slack-clone-basic

Example chat room

Build a simple slack clone using Supabase, Postgres and React hooks.

Demo
View full image

How to use

Install dependencies

npm install 

Start Supbase Dev

docker-compose up -d

Start the chat room

npm run dev

Visit http://localhost:3000 and start slacking! Open in two tabs to see everything getting updated in realtime