Loading...
Start the Next.js dev server by running:
Terminal
This command will start your Next.js application at http://localhost:3000. This is all you need to do if you plan to deploy to Vercel, Netlify, or similar.
If you are using JSandy to develop for Cloudflare Workers, launch two terminal windows to run the frontend and backend separately:
Terminal
These commands will start your:
http://localhost:3000http://localhost:8080To let your frontend know about your backend on a separate port, adjust your client:
lib/client.ts
How it works