vinext + Cloudflare Workers

Build Next.js-style apps with Vite and deploy them to the edge.

This App Router project is wired for vinext, Tailwind CSS, and Cloudflare Workers.

Develop

Run the vinext dev server locally.

pnpm run dev

Build

Create Worker-ready production output.

pnpm run build

Deploy

Ship the generated Worker with Wrangler.

pnpm run deploy