https://github.com/lost22git/test-bun-server
https://github.com/lost22git/test-bun-server
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lost22git/test-bun-server
- Owner: lost22git
- Created: 2023-09-09T08:51:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-10T14:53:31.000Z (over 2 years ago)
- Last Synced: 2025-01-23T22:46:40.635Z (about 1 year ago)
- Language: TypeScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# test-bun-server
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run index.ts
```
This project was created using `bun init` in bun v1.0.0. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.