Skip to content

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

Notifications You must be signed in to change notification settings

dom-the-dev/nextjs-supabase-fullstack-boilerplate

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published