Static HTTP file server for web developers.
Make sure you first install Cargo, then run the following command in your terminal:
cargo install file-server
To start the server, run the following command in your terminal at the root directory of your project (your index.html
file will likely be there):
file-server <PORT>
For example:
file-server 8080