Back to Next Js

Welcome to Next.js

examples/hello-world/README.md

16.2.5979 B
Original Source

Welcome to Next.js

This is the most minimal starter for your Next.js project.

Deploy your own

How to use

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

bash
npx create-next-app --example hello-world hello-world-app
bash
yarn create next-app --example hello-world hello-world-app
bash
pnpm create next-app --example hello-world hello-world-app

Deploy it to the cloud with Vercel (Documentation).