/serve

A blazingly fast tool for serving static files, written in rust

Primary LanguageRustMIT LicenseMIT

serve

A blazingly fast tool for serving static files, written in rust

Usage

serve <PORT> # default port is 3000

Installation

# make sure you have rust installed on your system
git clone https://github.com/a-rustacean/serve.git
cd serve
./install.sh

Uninstall

# make sure you are in the directory you cloned
./uninstall.sh