This is a demo app made with Next.js 12.0.9 as the result of a tutorial about Static Site Generation (SSG) and Incremental Static Generation (ISG). Click here to see the live demo, or try the project locally by following the next steps.
- Clone the project
cd
to the root folder of the project- Install the dependencies
yarn install
# or
npm install
- And then either run the development version
yarn dev
# or
npm run dev
- or build and run the app like it'd behave in production
yarn build
# or
npm run build
# and then
yarn start
# or
npm start
- and visit http://localhost:3000