tserv
v0.0.2
Published
utility test server for current directory
Readme
This is a simple test server utility for debugging web apps that need to be run from a server.
To install:
sudo npm install tserv -gUsage:
tservStarts a server in the current directory hosting all local files.
tserv -p 8090Starts a server on port 8090
