https://github.com/gaurishhs/bun-web-app
Web application using Elysia and Bun
https://github.com/gaurishhs/bun-web-app
Last synced: about 1 month ago
JSON representation
Web application using Elysia and Bun
- Host: GitHub
- URL: https://github.com/gaurishhs/bun-web-app
- Owner: gaurishhs
- Created: 2023-03-06T07:38:42.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-06T07:39:25.000Z (about 2 years ago)
- Last Synced: 2025-03-29T10:33:38.672Z (2 months ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bun-web-app
To install dependencies:
```bash
bun install
```To run:
```bash
bun run index.ts
```This project was created using `bun init` in bun v0.5.7. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.