Next.js Incremental Static Regeneration
Setting Up
First, we need a starter project. For that, clone this repository with:
git clone https://github.com/arunoda/lesson-nextjs-static-regeneration.git
Then run the following commands to run the project.
cd lesson-nextjs-static-regeneration
yarn
yarn dev
Visit http://localhost:3002 to access this app.