Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 440 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 440 Bytes

Minimal repo for NextJS local development with D1 and KV bindings

This repo shows how to use cf-bindings-proxy to use D1 and KV in local development with NextJS.

Deployed version: https://next-on-cloudflare-boy.pages.dev

How to run?

  1. Install dependencies
npm install
  1. Run the development server
npm run dev
  1. Open http://localhost:3000 with your browser to see the result.