Y
Hacker News
new
|
ask
|
show
|
jobs
by
broses
1482 days ago
Awesome, I can't wait to try it (if it works on Linux)! Previously I used `npx http-server` for this, but I'd rather use something dependency free.
1 comments
ylyn
1482 days ago
Try miniserve.
link
michaelmior
1482 days ago
+1 for miniserve. If you already have the Rust tooling set up, it's only a cargo install away. If not, you can just download a static binary.
https://github.com/svenstaro/miniserve/releases
link