https://github.com/frederik-uni/rusty-live-server
Minimal local async development server with live reload feature for static & dynamic pages
https://github.com/frederik-uni/rusty-live-server
auto-reload file-watcher http-server live-reload live-server livereload livereload-server rust rust-lang rustlang
Last synced: 4 months ago
JSON representation
Minimal local async development server with live reload feature for static & dynamic pages
- Host: GitHub
- URL: https://github.com/frederik-uni/rusty-live-server
- Owner: frederik-uni
- Created: 2024-06-19T12:21:21.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-04-10T10:21:47.000Z (about 1 year ago)
- Last Synced: 2025-04-10T10:46:49.280Z (about 1 year ago)
- Topics: auto-reload, file-watcher, http-server, live-reload, live-server, livereload, livereload-server, rust, rust-lang, rustlang
- Language: Rust
- Homepage:
- Size: 113 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rusty Live Server
Minimal local async development server with live reload feature for static & dynamic pages.
[Does the same as this vscode extension](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer)
```sh
rusty-live-server ./html --port 8080
rusty-live-server ./html -p 8080
rusty-live-server ./html
```