Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1.41 KB

examples.mdx

File metadata and controls

24 lines (15 loc) · 1.41 KB

import { Callout } from "nextra/components";

Examples

To create a new Next.js app, pre-configured to run on Cloudflare using @opennextjs/cloudflare, run:

npm create cloudflare@latest -- my-next-app --framework=next --platform=workers

Basic starter projects

Basic example apps are included in the repository for @opennextjs/cloudflare package:

You can use these to understand how to configure your Next.js app to use @opennextjs/cloudflare, or refer to Get Started.

Next.js Commerce Demo

The Next.js Commerce demo app works with @opennextjs/cloudflare. You can view a deployed version of it here.