This is a Next.js project bootstrapped with create-next-app.

Steps to perform in order to run this template

  1. Intall all the packages
npm install
  1. Add .evn file containing the following variables:
NEXT_PUBLIC_AZURE_AD_CLIENT_ID=""
NEXT_PUBLIC_AZURE_AD_CLIENT_SECRET=""
NEXT_PUBLIC_AZURE_AD_TENANT_ID=""

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.