AxelMontini / example-next

Just some examples of Next.js - I wanted to test it and well, it's looking good

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Esempio di Next.js

L'app fa varie cose: c'è un Layout di base, un componente Navbar, pagine varie (anche con route dinamiche, vedi post/[id].tsx).

Ci sono esempi di cose che usiamo di solito per creare siti webbz.

Comandi:

  • npm run dev: esegue una run di dev e ricompila + ricarica la pagina quando si modifica qualcosa
  • npm run build: builda la versione production
  • npm run start: fa il deploy della versione production

About

Just some examples of Next.js - I wanted to test it and well, it's looking good


Languages

Language:TypeScript 100.0%