harshptl14 / nextjs-template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About


Languages

Language:TypeScript 56.1%Language:SCSS 37.6%Language:Less 4.4%Language:JavaScript 1.9%