Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 625 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 625 Bytes

fastify-vercel

Basic template to deploy a project using Fastify to Vercel

🚀 Deploy

This repository creates a basic project with Fastify to deploy on Vercel:

You can click here to deploy your own

Deploy with Vercel

💻 Local Development

For development, you can still run the project locally by running the commands:

  npm install
  npm run dev