| Crates.io | localserve |
| lib.rs | localserve |
| version | 0.2.0 |
| created_at | 2025-07-15 15:46:29.735147+00 |
| updated_at | 2025-08-21 04:31:41.319136+00 |
| description | A simple static folder web server with start/stop support. |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1753511 |
| size | 43,161 |
A simple CLI tool to serve a static folder as a website on localhost:{port} — with support for daemon mode (start/stop style control).
To install from source:
cargo install --git https://github.com/TeenCoder159/localserve
Or build from source:
git clone https://github.com/TeenCoder159/localserve
cd localserve
cargo build --release
localserve start webproject 3000
Serves the directory webproject at localhost:3000
localserve stop
Stops the server
All pull requests are welcome!
See license for more info