create-next-app
. This will scaffold a new Next.js project and automatically install dependencies.
terminal
You can specify a starter template using the
--example
flag.
To start the dev server with Bun, run
bun --bun run dev
from the project root.
terminal
To run the dev server with Node.js instead, omit
--bun
.
terminal
Open http://localhost:3000 with your browser to see the result. Any changes you make to
(pages/app)/index.tsx
will be hot-reloaded in the browser.