Capítulo 430 de 456
Overview page: Next.js ships two CLI tools — create-next-app (scaffold new apps) and next (dev/build/start/etc).
create-next-app: quickly create a new Next.js app using default template or a public GitHub example.next: run dev server, build, start production, and more.