git clone https://github.com/railBitsAndHex/react-supabase-demo.git
cd client
yarn add
yarn start
- Place this file in the
client/folder - PREFIX-ing environment variable names with
REACT_APPis necessary to be able to read the environment variables.
<!-- Example of a .env.local file -->
REACT_APP_SUPABASE_URL=your-supabase-url
REACT_APP_SUPABASE_ANON_KEY=your-supabase-anon-key
| Resource | Description |
|---|---|
| React Hook Form | Very useful library for handling form validation |
| Supabase Docs | Docs for Supabase |
| React Toastify | Amazing and simple to implement toast notifications for React applications |
