https://github.com/barelyhuman/bun-pris-example
example app with bun and preact-islands-plugins
https://github.com/barelyhuman/bun-pris-example
Last synced: 2 months ago
JSON representation
example app with bun and preact-islands-plugins
- Host: GitHub
- URL: https://github.com/barelyhuman/bun-pris-example
- Owner: barelyhuman
- Created: 2023-09-08T20:38:07.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-11-04T02:59:59.000Z (8 months ago)
- Last Synced: 2025-11-04T04:30:16.479Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 29.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bun-preact-islands
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run index.ts
```
This project was created using `bun init` in bun v1.0.0. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.