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.
- Sign up
- Sign in
- Sign out
- Session provider with localStorage & redux
- Typescript configured
- Tailwind configured
- Reversal and dependency injection configured
- redux store configured
- 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
- Install dependencies:
yarn install
- Run development server:
yarn dev
- Build project:
yarn build
- Format code:
yarn format
- Lint code:
yarn lint