https://github.com/fly-apps/bun
Bun JS app doing basically nothing
https://github.com/fly-apps/bun
Last synced: about 1 year 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 (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-11T01:44:35.000Z (almost 3 years ago)
- Last Synced: 2024-11-14T11:39:39.972Z (over 1 year ago)
- Language: TypeScript
- Size: 27.8 MB
- Stars: 81
- Watchers: 11
- Forks: 6
- 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.