Next.js Fullstack Starter Project

by Webbify-Helpdesk

294 downloads
Not rated
GitHub

About

en grund för att börja varje project uppsatt å klart med mcp server info

Details

Author
Webbify-Helpdesk
Downloads
294
Categories
Developer Tools

- Next.js App Router with TypeScript
- Tailwind CSS for utility-first styling
- Shadcn UI components and dark mode via next-themes
- Clerk authentication integration
- Supabase as backend/database
- Sentry for error monitoring

Clone the repository, run npm install to install dependencies, rename .env.example to .env.local and fill in the required environment variables for Supabase, Clerk, and Sentry, then start the development server with npm run dev. Open http://localhost:3000 in your browser.

Next.js Fullstack Starter Project

Detta är ett startprojekt för Next.js (App Router) som inkluderar:

TypeScript
Tailwind CSS
Shadcn UI (med Dark Mode via next-themes)
Clerk (Autentisering)
Supabase (Backend/Databas)
Sentry (Felrapportering)

Kom igång

1. Klona repot (om tillämpligt) eller använd denna mapp.
2. Installera beroenden:

    npm install

3. Konfigurera Miljövariabler:
Byt namn på .env.example till .env.local.
Fyll i de nödvändiga värdena i .env.local för Supabase, Clerk och Sentry. Se kommentarer i .env.example för vägledning.
4. Starta Utvecklingsservern:
    npm run dev

5. Öppna http://localhost:3000 i din webbläsare.

Miljövariabler

Följande miljövariabler behövs (se .env.example):

NEXT_PUBLIC_SUPABASE_URL
NEXT_PUBLIC_SUPABASE_ANON_KEY
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY
CLERK_SECRET_KEY
SENTRY_DSN
SENTRY_AUTH_TOKEN (Krävs för source map-uppladdning vid build)

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.