Skip to content

cobyeastwood183/edge-hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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