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 🪢