Skip to content

railBitsAndHex/react-supabase-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-supabase-demo

An example of a simple React App integrating email based authentication with Supabase.

Alt text

How to start the project

Cloning and installing packages

git clone https://github.com/railBitsAndHex/react-supabase-demo.git
cd client
yarn add

Starting the application

yarn start

Pre-requisites needed

Example .env.local file

  • Place this file in the client/ folder
  • PREFIX-ing environment variable names with REACT_APP is 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

Additional Helpful Resources

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

About

Simple React App with Supabase Integration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published