rsnext/examples/hello-world
Lee Robinson ac54377e67
examples: cleanup (#57845)
Remove examples that were linking to just READMEs, or outdated / discontinued ones.
2023-11-01 00:08:55 +00:00
..
app examples: cleanup (#57845) 2023-11-01 00:08:55 +00:00
.gitignore Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
next-env.d.ts Remove incorrect entries for pnpm debug log (#47241) 2023-03-26 22:26:05 -07:00
package.json examples: cleanup (#57845) 2023-11-01 00:08:55 +00:00
README.md examples: cleanup (#57845) 2023-11-01 00:08:55 +00:00
tsconfig.json Convert hello-world example to TypeScript (#37706) 2022-06-15 11:33:35 +00:00

Welcome to Next.js

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

Deploy your own

Deploy with Vercel

How to use

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

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

Deploy it to the cloud with Vercel (Documentation).