- Data: @supabase_io (on top of PostgeSQL) for the real-time messages.
- Front-end: React (CRA)
- UI library: @chakra_ui
npm install
to setup dependencies
Create a .env
file for the Supapase URL and ANON KEY (see env.example)
npm start
to run server on port 3000
npm run build
to build the react client