file-server

Crates.iofile-server
lib.rsfile-server
version1.3.0
sourcesrc
created_at2019-11-28 15:29:23.276443
updated_at2019-12-09 13:15:20.504501
descriptionStatic HTTP file server for web developers.
homepage
repositoryhttps://github.com/mcelkys/file-server
max_upload_size
id185104
size103,613
(mcelkys)

documentation

README

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

Basic Usage

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 -p <PORT>

For example:

file-server -p 8080
Commit count: 13

cargo fmt