Skip to content

idea2app/Vercel-Node-serverless

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vercel Node.js serverless

Node.js HTTP API scaffold for Vercel serverless infrastructure

CI & CD

Open in GitHub Codespaces Open in Gitpod

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

git clone https://github.com/idea2app/Vercel-Node-serverless

Install the Vercel CLI:

npm i -g pnpm
pnpm i -g vercel

Then run the app at the root of the repository:

cd Vercel-Node-serverless
vercel dev