Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zakiego/fastify-vercel

Starter untuk menjalankan web framework Fastify pada serverless Vercel
https://github.com/zakiego/fastify-vercel

fastify vercel

Last synced: about 2 months ago
JSON representation

Starter untuk menjalankan web framework Fastify pada serverless Vercel

Awesome Lists containing this project

README

        

# Fastify Vercel Starter

Starter untuk menjalankan web framework [Fastify](https://www.fastify.io/) pada serverless [Vercel](https://vercel.com/).

## Demo

-
-

## Deploy your own

Deploy the example using [Vercel](https://vercel.com):

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

## How to use

1. Clone repository

```bash
git clone https://github.com/zakiego/fastify-vercel

cd fastify-vercel
```

2. Install [Vercel CLI](https://vercel.com/docs/clihttps://vercel.com/docs/cli)

```bash
yarn global add vercel

or

npm i -g vercel
```

3. Install package.json

```bash
yarn install
```

4. Menjalankan di local

```bash
yarn dev
```

5. Deploy ke vercel

```bash
yarn deploy
```

6. Deploy ke Vercel versi [production](https://vercel.com/docs/cli#introduction/unique-options/prod)

```bash
yarn deploy:prod
```

## Reference

-
-
-
-