louis_local_webserver
v1.2.1
Published
Make local files accessiable from web request.
Readme
Test Script to make local folder as a web server
Installation via npm:
npm install louis_local_webserverThis will install localtowebserver globally so that it may be run from the command line.
Usage:
localtowebserver [--p port] [--a address]Now you can visit http://localhost:1020 to view your server
