Example Setup pnpm install Run In one terminal: pnpm run server Then in another terminal: pnpm run client Or to run against a deployed worker (to test HTTP/2): BASE_URL=https://example.worker.workers.dev run client