livereload-server 0.2.1

A server to serve static content and automatically reload it one a file in a directory has been changed
1
2
3
4
5
6
7
8
9
10
11
A server to serve static content and automatically reload it one a file in a directory has been changed.

# Install
```
cargo install livereload-server
```

# Run
```
livereload-server -p 5500 -t my/target/directory
```