firecell
v3.0.0
Published
A local file server.
Downloads
60
Maintainers
Readme
firecell
A local static file server.
Usage
install as global dependency
npm install -g firecell
start server anywhere
# serve ~/ at 9999
firecell --play
# serve ~/ at 8080
firecell --play --port=8080
# show help
firecell --help
access homepage
http://localhost:YOUR-PORT