Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 364 Bytes

File metadata and controls

17 lines (11 loc) · 364 Bytes

Example for Vercel Edge Middleware

This is an example supporting this tutorial.

Getting Started

  1. npm install or yarn

  2. Run the development server:

    npm run dev
    # or
    yarn dev

Open http://localhost:3000 with your browser to see the result.