/nextjs-supabase-fullstack-boilerplate

Boilerplate for a NextJS and Supabase Project. Including full authentication with sign up, login and password recovery.

Primary LanguageJavaScript

NextJS x Supabase Boilerplate

Getting Started

Environment variables

Create the enviroment variables with the following command

cp .env.local.dist .env.local

Add your keys from your Supabase project.

SUPABASE_URL=XXX
SUPABASE_STORAGE=XXX
SUPABASE_ANON_KEY=XXX

Install packages

Install all required packages with following command:

yarn install

Development

Run the development server:

yarn dev

Open http://localhost:3000 with your browser to see the result.