https://github.com/afkcodes/fastify-vercel
Fastify vercel serverless starter template
https://github.com/afkcodes/fastify-vercel
api boilerplate fastify nodejs serverless vercel vercel-serverless
Last synced: about 2 months ago
JSON representation
Fastify vercel serverless starter template
- Host: GitHub
- URL: https://github.com/afkcodes/fastify-vercel
- Owner: afkcodes
- Created: 2023-12-28T07:30:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-20T16:04:14.000Z (almost 2 years ago)
- Last Synced: 2025-07-27T23:47:20.522Z (11 months ago)
- Topics: api, boilerplate, fastify, nodejs, serverless, vercel, vercel-serverless
- Language: TypeScript
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Fastify Vercel Starter Template
### Instructions
---
Clone the repository
`git clone git@github.com:afkcodes/fastify-vercel.git`
> Start the dev Server
```
npm install
npm run dev // running dev server with node
npm start // running the dev server with vercel
```
> Deploy to vercel
```
npm run deploy:dev // deploy to non prod env on vercel
npm run deploy:prod // deploy to prof env on vercel
```