mehmethalis / starter-nextjs-nextauth-redux-saga

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:TypeScript 89.8%Language:SCSS 9.1%Language:JavaScript 0.7%Language:Shell 0.4%