https://github.com/lumynou5/live-bun
A lightweight live server made with Bun.
https://github.com/lumynou5/live-bun
hot-reload http-server live-server
Last synced: 4 months ago
JSON representation
A lightweight live server made with Bun.
- Host: GitHub
- URL: https://github.com/lumynou5/live-bun
- Owner: lumynou5
- License: mit
- Created: 2023-10-27T08:41:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-12-16T08:54:29.000Z (7 months ago)
- Last Synced: 2025-12-18T09:10:26.851Z (7 months ago)
- Topics: hot-reload, http-server, live-server
- Language: JavaScript
- Homepage:
- Size: 42 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Live
Live is a lightweight live server made with [Bun](https://bun.sh/).
## Usage
To install dependencies:
```bash
bun install
```
To run:
```bash
bun .
```