Skip to content

Commit

Permalink
Update nextjs.md docs with starter example (#16072)
Browse files Browse the repository at this point in the history
  • Loading branch information
sirmews authored Dec 31, 2024
1 parent ab52058 commit babd8b6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/guides/ecosystem/nextjs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit babd8b6

Please sign in to comment.