hmtcelik / supa-next-dashboard-example

supabase, next.js, tailwindcss, admin dashboard implementation example

Home Page:https://supa-next-dashboard-example.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Supabase, Next.js, TailwindCSS Example

This is an example of how to use Supabase with Next.js 14 (App dir) and TailwindCSS.

Usage

1. Intsallation

npm install

or with yarn:

yarn install

2. Run the app

npm run dev

or with yarn:

yarn dev

NOTE: the .env file should be passed (you can check the .env.example)

that's it! you can go to http://localhost:3000 now


you can contact via abhmtcelik@gmail.com

About

supabase, next.js, tailwindcss, admin dashboard implementation example

https://supa-next-dashboard-example.vercel.app


Languages

Language:TypeScript 98.8%Language:JavaScript 1.1%Language:CSS 0.1%