Hacker News new | ask | show | jobs
by nasso_dev 423 days ago
For those who have Rust, I like miniserve[1]:

    cargo install --locked miniserve
    miniserve path/to/directory
[1]: https://github.com/svenstaro/miniserve
1 comments

Thanks for posting miniserve <3