mrpharderwijk / nextjs-supabase-auth-redux

A simple starter for app build with Next.js & Supabase created by Dimitri Dumont. Redux is used for state management, Tailwind CSS for style. Reversal and dependency injection are handled with redux-thunk.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Next.js Supabase Auth starter

A simple starter for app build with Next.js & Supabase created by Dimitri Dumont. Redux is used for state management, Tailwind CSS for style. Reversal and dependency injection are handled with redux-thunk.

Features 🚀

  • Sign up
  • Sign in
  • Sign out
  • Session provider with localStorage & redux
  • Typescript configured
  • Tailwind configured
  • Reversal and dependency injection configured
  • redux store configured

How to use this starter 👨‍💻

  • Clone the starter project: git clone https://github.com/dimitridumont/nextjs-supabase-auth-redux
  • Change the remote url with your repository: git remote set-url origin new.git.url
  • Copy and paste .env to .env.local with your Supabase values

Commands ⌨️

  • Install dependencies: yarn install
  • Run development server: yarn dev
  • Build project: yarn build
  • Format code: yarn format
  • Lint code: yarn lint

Dependencies 🪢

About

A simple starter for app build with Next.js & Supabase created by Dimitri Dumont. Redux is used for state management, Tailwind CSS for style. Reversal and dependency injection are handled with redux-thunk.


Languages

Language:TypeScript 89.8%Language:JavaScript 7.8%Language:CSS 1.9%Language:Shell 0.5%