Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/mingderwang/bun-on-vercel
- Owner: mingderwang
- Created: 2023-12-03T04:25:40.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-12T00:23:50.000Z (4 months ago)
- Last Synced: 2024-09-12T10:17:40.000Z (4 months ago)
- Topics: bun, example, vercel
- Language: TypeScript
- Homepage: https://bun-on-vercel.vercel.app
- Size: 38.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.