Files
bun.sh/examples/next
TiKevin83 ceb78d2bb9 Update example Next app to 12.2 (#1033)
* Update bun-framework-next for version 12.2

* Match on minor version for next peer dependency per compatibility issues

* Update example next app packages per 12.2 integration

* Update next version warning per minor version compatibility changes

Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
2022-08-08 15:29:12 -07:00
..
2021-10-13 00:28:20 -07:00
2021-10-13 00:28:20 -07:00
❇️
2021-10-14 22:10:08 -07:00
2021-10-13 00:28:20 -07:00
2021-10-14 05:22:47 -07:00
2021-10-14 05:22:47 -07:00
2021-10-14 05:22:47 -07:00
2021-10-13 00:28:20 -07:00
2021-10-13 00:28:20 -07:00
2021-10-13 00:28:20 -07:00

Next.js with Bun runtime

This is a Next.js project bootstrapped with Bun.

Getting Started

Cloning the repo

bun create next ./app

First, run the development server:

bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.tsx. The page auto-updates as you edit the file.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out the Next.js deployment documentation for more details.