Skip to content

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.

Notifications You must be signed in to change notification settings

dimitridumont/nextjs-supabase-auth-redux

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published