Skip to content

GomaGoma676/nextjs-app-router-supabase

Repository files navigation

Create new Next.js project

# npx create-next-app --example with-tailwindcss rsc-supabase --use-npm
npx create-next-app@13.4.1 --tailwind rsc-supabase --use-npm
npm i @heroicons/react@2.0.17 @supabase/auth-helpers-nextjs@0.6.1 @supabase/supabase-js@2.21.0 zustand@4.3.8 supabase@1.55.1 date-fns@2.30.0
npm i next@13.4.1

Generate supabase types

npx supabase login
npx supabase init
npx supabase link --project-ref your_project_id
npx supabase gen types typescript --linked > database.types.ts

About

Next.js 13 App Router(stable) with supabase 🚀

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published