Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mingderwang/bun-on-vercel

test deploy bun server on vercel (example of https://github.com/vercel-community/bun)
https://github.com/mingderwang/bun-on-vercel

bun example vercel

Last synced: about 2 months ago
JSON representation

test deploy bun server on vercel (example of https://github.com/vercel-community/bun)

Awesome Lists containing this project

README

        

# example

To install dependencies:

```bash
bun install
```

To run:

```bash
bun run index.ts
```

This project was created using `bun init` in bun v1.0.10. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.