This is an application built on React and NextJS, and then hosted on vercel. You can see the live app here
To run it locally, you can clone the repo and do the following
npm i
npm run dev
To see how SSR and SSG runs in the production environment, you have to build the application first, and then start the application
npm build
npm start