supabase-chat-app
supabase-chat-app copied to clipboard
Real-time chat app using SupaBase as back-end and ReactJS as front-end
Real time chat
Real-time chat app using SupaBase as back-end and ReactJS as front-end.
Installation
Clone the repo and install the dependence
git clone https://github.com/SamarthMN/supabase-chat-app
cd supabase-chat-app && npm install
npm run start
Copy .env from .env.example file
cp .env.example .env
Update REACT_APP_SUPABASE_URL and REACT_APP_SUPABASE_PUBLIC_KEY in the .env file
Run the project
In the project directory, you can run:
npm start or npm dev
Open http://localhost:3000 to view it in the browser.
npm run build
Builds the app for production to the build folder.