Back to React Starter Kit

Edge Router

apps/web/README.md

0.5.1525 B
Original Source

Edge Router

Astro-based edge worker that routes traffic to the app and API workers via Cloudflare service bindings.

Documentation | Deployment

Development

bash
bun web:dev       # Start dev server (http://localhost:4321)
bun web:build     # Build for production
bun web:deploy    # Deploy to Cloudflare Workers

Routing

  • /api/* → API worker
  • App routes → App worker
  • Static assets served directly from the edge