Skip to content

cobyeastwood183/edge-hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Coby EastwoodCoby Eastwood
Coby Eastwood
and
Coby Eastwood
Dec 23, 2024
7f00610 · Dec 23, 2024

History

4 Commits
Dec 23, 2024
Dec 21, 2024
Dec 23, 2024
Dec 21, 2024
Dec 23, 2024
Dec 23, 2024
Dec 23, 2024

Repository files navigation

name slug description framework useCase css deployUrl demoUrl relatedTemplates
Hello World Edge
edge-hello-world
A classic Hello World for the edge.
None
Edge Functions
None
edge-hello-world-next
edge-json-response
edge-query-parameters

Hello World Edge

A classic Hello World for the edge.

Demo

https://edge-api-route.vercel.app/api/edge

How to Use

You can choose from one of the following two methods to use this repository:

One-Click Deploy

Deploy the example using Vercel:

Deploy with Vercel

Clone and Deploy

Execute create-next-app with npm or Yarn to bootstrap the example:

npx create-next-app --example https://github.com/vercel/examples/tree/main/edge-functions/hello-world edge-hello-world
# or
yarn create next-app --example https://github.com/vercel/examples/tree/main/edge-functions/hello-world edge-hello-world

Install the Vercel CLI:

npm i -g vercel

Then run the app at the root of the repository:

vercel dev