Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 299 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 299 Bytes

Intro to Supabase with Reactjs

Clone the project and in the project root run

$ yarn install

Create .env file following the template env.example file and add your supabase values from supabase console

  • REACT_APP_SUPABASE_URL
  • REACT_APP_SUPABASE_KEY

Finally run

$ yarn start