An open API service indexing awesome lists of open source software.

https://github.com/leonardo-a/fastify-vercel

Basic template to deploy a project using Fastify to Vercel
https://github.com/leonardo-a/fastify-vercel

deploy fastify nodejs nodejs-deploy typescript vercel

Last synced: about 1 year ago
JSON representation

Basic template to deploy a project using Fastify to Vercel

Awesome Lists containing this project

README

          

# fastify-vercel
Basic template to deploy a project using Fastify to Vercel

## 🚀 Deploy

This repository creates a basic project with [Fastify](https://github.com/fastify/fastify) to deploy on [Vercel](https://vercel.com):

You can click here to deploy your own

[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/git/external?repository-url=https://github.com/leonardo-a/fastify-vercel&project-name=fastify-vercel&repository-name=fastify-vercel)

## 💻 Local Development

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

```bash
npm install
npm run dev
```