Skip to content

Latest commit

 

History

History
65 lines (41 loc) · 1.23 KB

README.md

File metadata and controls

65 lines (41 loc) · 1.23 KB

Fastify Vercel Starter

Starter untuk menjalankan web framework Fastify pada serverless Vercel.

Demo

Deploy your own

Deploy the example using Vercel:

Deploy with Vercel

How to use

  1. Clone repository
git clone https://github.com/zakiego/fastify-vercel

cd fastify-vercel
  1. Install Vercel CLI
yarn global add vercel

or

npm i -g vercel
  1. Install package.json
yarn install
  1. Menjalankan di local
yarn dev
  1. Deploy ke vercel
yarn deploy
  1. Deploy ke Vercel versi production
yarn deploy:prod

Reference