A comprehensive starter template for building modern web applications with Next.js, Supabase, and more.
Get started quickly with our boilerplate using the following commands:
Clone the repository:
1git clone https://github.com/phscloq/nextjs-boilerplate.git2cd your-project-name
Install the dependencies:
1npm install
Start the development server:
1npm run dev
Open your browser and navigate to http://localhost:3000 to view the app.
Before running the application, you need to set up the following environment variables. Create a .env file in the root of your project and add the following variables:
1SUPABASE_URL=your-supabase-url2SUPABASE_ANON_KEY=your-supabase-anon-key
Replace your-supabase-url and your-supabase-anon-key with your actual Supabase URL and Anon Key.