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
- Host: GitHub
- URL: https://github.com/leonardo-a/fastify-vercel
- Owner: leonardo-a
- Created: 2023-02-05T08:13:05.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-08T12:29:23.000Z (over 3 years ago)
- Last Synced: 2025-04-16T08:10:44.502Z (about 1 year ago)
- Topics: deploy, fastify, nodejs, nodejs-deploy, typescript, vercel
- Language: TypeScript
- Homepage: https://fastify-vercel-five.vercel.app
- Size: 40 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
[](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
```