A simple boilerplate for starting a Next.js 14 pages router project with Supabase authentication, Tailwind CSS, and TypeScript support.
git clone https://github.com/mashwishi/next14-pages-router-supabase-tailwind-boilerplate.git
npm install
Follow the official Supabase Next.js guide to configure your Supabase project and authentication.
Create a .env.local
file in the root directory and add your Supabase project credentials:
NEXT_PUBLIC_SUPABASE_URL=your-supabase-url
NEXT_PUBLIC_SUPABASE_ANON_KEY=your-supabase-anon-key
npm run dev
Open http://localhost:3000 with your browser to see the result.
This project is licensed under the MIT License.