Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lundjrl/bun-server
Playground Bun server. Article someday
https://github.com/lundjrl/bun-server
bun typescript
Last synced: about 1 month ago
JSON representation
Playground Bun server. Article someday
- Host: GitHub
- URL: https://github.com/lundjrl/bun-server
- Owner: lundjrl
- License: mit
- Created: 2024-02-13T00:24:29.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-13T12:55:43.000Z (11 months ago)
- Last Synced: 2024-02-14T01:40:31.193Z (11 months ago)
- Topics: bun, typescript
- Language: TypeScript
- Homepage: https://dev.to/lundjrl
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.26. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.