Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 3 days ago
JSON representation

Minimal local async development server with live reload feature for static & dynamic pages

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
```