mirror of
https://github.com/cloudflare/vinext.git
synced 2026-09-14 19:04:59 +08:00
e075adfba0
* feat: support nitro plugin to deploy everywhere * try vite 7 * cover more features in playground --------- Co-authored-by: Steve Faulkner <sfaulkner@cloudflare.com>
383 B
383 B
App Router
A minimal example of a Next.js App Router application.
Demonstrates server components, client components, dynamic routes, and API route handlers.
Running Locally
- Install dependencies:
pnpm install
- Start the dev server:
pnpm dev
- Build for production:
pnpm build
- Preview the production build:
pnpm preview