Skip to content

Starter template : Next.js, NextAuth, Redux, Saga, Styled Components

Notifications You must be signed in to change notification settings

mehmethalis/starter-nextjs-nextauth-redux-saga

Repository files navigation

Getting Started

Install dependencies

npm install
# or
yarn

Create .env file

in root directory:

NEXTAUTH_SECRET=*****
NEXTAUTH_URL=http://localhost:3000
BASE_API_URI=http://localhost:8080/api

First, run the development server:

npm run dev
# or
yarn dev

About

Starter template : Next.js, NextAuth, Redux, Saga, Styled Components

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages