Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fly-apps/bun
Bun JS app doing basically nothing
https://github.com/fly-apps/bun
Last synced: 3 months ago
JSON representation
Bun JS app doing basically nothing
- Host: GitHub
- URL: https://github.com/fly-apps/bun
- Owner: fly-apps
- Created: 2022-07-06T01:41:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-11T01:44:35.000Z (over 1 year ago)
- Last Synced: 2024-04-23T20:10:52.459Z (7 months ago)
- Language: TypeScript
- Size: 27.8 MB
- Stars: 77
- Watchers: 11
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bun
To install dependencies:
```bash
bun install
```To run:
```bash
bun run http.ts
```To deploy, run through our
[hands-on walk-through](https://fly.io/docs/hands-on/), then:```bash
fly launch
fly deploy
```This project was created using `bun init` in bun v0.6.13. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.