Static Blog with NextJS + SSG https://nextjs-static-blog-sample.vercel.app/ Resources React 17 Next 10 Usage Install dependencies: yarn install | npm install Build static site: yarn build | npm run build Run static site: yarn start | npm run start