file-server 1.0.1

Static HTTP file server for web developers.
file-server-1.0.1 is not a library.

file-server

Static HTTP file server for web developers.

Installing

Make sure you first install Cargo, then run the following command in your terminal:

cargo install file-server

Running

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