Skip to content

lekevoid/starter-nuxt3-supabase-pinia

Repository files navigation

LeKevoid's Nuxt 3 Starter

What this starter contains

  • Nuxt 3
  • Pinia
  • Supabase with Google Auth
  • Tailwind
  • SASS

Setup

Make sure to install the dependencies:

npm install

Create a .env file with, at minimum :

SITE_URL="http://localhost:3000"
SUPABASE_URL="https://<supabase_id>.supabase.co"
SUPABASE_KEY="<supabase_key>"

Development Server

Start the development server on http://localhost:3000

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

Documentations

Nuxt 3 Directory Structure

Supabase

Supabase Auth with Google

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published