Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zakiego/fastify-vercel
- Owner: zakiego
- Created: 2022-06-24T05:55:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-25T09:00:53.000Z (over 2 years ago)
- Last Synced: 2024-05-01T16:52:23.766Z (8 months ago)
- Topics: fastify, vercel
- Language: TypeScript
- Homepage: https://fastify-js.vercel.app/
- Size: 55.7 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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-vercelcd fastify-vercel
```2. Install [Vercel CLI](https://vercel.com/docs/clihttps://vercel.com/docs/cli)
```bash
yarn global add vercelor
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
-
-
-
-