GuiLucas / diogo-bio

Portfolio website for Diogo Mendes

Home Page:https://diogo-bio.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Next.js Static Export

Next.js enables starting as a static site or Single-Page Application (SPA), then later optionally upgrading to use features that require a server.

When running next build, Next.js generates an HTML file per route. By breaking a strict SPA into individual HTML files, Next.js can avoid loading unnecessary JavaScript code on the client-side, reducing the bundle size and enabling faster page loads.

Learn more: https://beta.nextjs.org/docs/configuring/static-export

Deploy your own

Deploy the example using Vercel or preview live with StackBlitz

Deploy with Vercel

How to use

Execute create-next-app with npm, Yarn, or pnpm to bootstrap the example:

npx create-next-app --example with-static-export with-static-export-app
yarn create next-app --example with-static-export with-static-export-app
pnpm create next-app --example with-static-export with-static-export-app

About

Portfolio website for Diogo Mendes

https://diogo-bio.vercel.app


Languages

Language:TypeScript 74.9%Language:CSS 22.1%Language:JavaScript 3.0%