gannonh / supabase-chat-app

Real-time chat app using SupaBase as back-end and ReactJS as front-end

Home Page:https://supabase-chat-app.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Netlify Status

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.

About

Real-time chat app using SupaBase as back-end and ReactJS as front-end

https://supabase-chat-app.netlify.app


Languages

Language:TypeScript 87.4%Language:HTML 9.7%Language:CSS 2.3%Language:Shell 0.6%