mirror of
https://github.com/supabase/supabase.git
synced 2026-06-20 21:16:00 +08:00
Basic Slack Clone
Build a simple slack clone using Supabase, Postgres and React hooks.
How to use
Clone the this folder
# Copy the repo to your machine
git clone --no-checkout https://github.com/supabase/supabase
cd supabase
# Checkout this
git sparse-checkout init --cone
git sparse-checkout set examples/slack-clone-basic
cd examples/slack-clone-basic
Install dependencies
npm install
Start the backend
# Open a terminal and run:
docker-compose up
Start the frontent
# Open a terminal and run:
npm run dev
Visit http://localhost:3000 and start slacking! Open in two tabs to see everything getting updated in realtime
