Skip to content

Udemy「Next.js 13 App Router による次世代Web開発」の勉強用リポジトリ

Notifications You must be signed in to change notification settings

akira-saneyoshi/rsc-supabase_study

Repository files navigation

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

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

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

Create new Next.js project

# npx create-next-app --example with-tailwindcss rsc-supabase --use-npm
npx create-next-app@latest --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

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

Udemy「Next.js 13 App Router による次世代Web開発」の勉強用リポジトリ

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published