This is a Next.js project bootstrapped with create-next-app
.
- Intall all the packages
npm install
- 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=""
First, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.