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

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

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
```