Files
supabase/examples/slack-clone-basic/README.md
2020-02-04 14:07:43 +08:00

591 B

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