new


Next.js Fundamentals Hello World

Next.js fundamentals including a hello world / create app example.


Next.js Fundamentals Hello World / Create app

  • To create a "Hello World" Next.js app we use the CLI tool to simply create it. After creating it just run `yarn install` & then `yarn dev`.
  • There are some nice templates to check out here on the official page: Next.js starter templates

1
2 npx create-next-app@latest 
3