static-here
v1.0.0
Published
A command-line tool for creating a static file server from the current working directory.
Downloads
20
Maintainers
Readme
static-here
A dead-simple static server for the current directory
Install
npm install static-here
Run
static-here
> Serving files from /home/me/project at http://localhost:8888/
Options:
You can specify the port and hostname in any order, however it defaults to:
static-here 8080 0.0.0.0