Skip to content

Latest commit

 

History

History

vercel-api

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

vercel-api-starter

Simple, easy way to generate a serverless api

How to use

Deploy on Vercel using this button. This will guide you and setup all in your own Vercel and Github account.

Deploy with Vercel

You can also manually copy this code and deploy on your own. See more details on the blog post

scripts

  1. Install with yarn or npm install
  2. Local dev with yarn start or npm run start
  3. deploy with yarn deploy or npm run deploy

usage

just add a new .ts file under /api once you deploy this route will become available as an api endpoint automatically.