mirror of
https://github.com/oven-sh/bun
synced 2026-02-12 03:48:56 +00:00
Update nextjs.md docs with starter example (#16072)
This commit is contained in:
@@ -15,6 +15,14 @@ $ bun create next-app
|
||||
Creating a new Next.js app in /path/to/my-app.
|
||||
```
|
||||
|
||||
You can specify a starter template using the `--example` flag.
|
||||
|
||||
```sh
|
||||
$ bun create next-app --example with-supabase
|
||||
✔ What is your project named? … my-app
|
||||
...
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
To start the dev server with Bun, run `bun --bun run dev` from the project root.
|
||||
|
||||
Reference in New Issue
Block a user