https://github.com/edamghy/bun-api
https://github.com/edamghy/bun-api
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/edamghy/bun-api
- Owner: EDAMGHY
- Created: 2024-05-15T21:14:07.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-18T17:42:40.000Z (about 1 year ago)
- Last Synced: 2025-02-05T13:38:18.550Z (4 months ago)
- Language: TypeScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# quickstart
To install dependencies:
```bash
bun install
```To run:
```bash
bun run index.ts
```This project was created using `bun init` in bun v1.1.8. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.