The https://briangetsbinary.com nextjs https and localhost tutorial
This repo is an example of configuring a Next.js application for https development on localhost usinga windows development environment. It was bootstraped with create-next-app
.
Step by step instructions with an explanation can be viewed on the following blog post....
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
npm run start
Open http://localhost:3001 with your browser to see the result.