fast-http-server
v0.2.1
Published
Quickly get a http server running to serve the current folder.
Readme
Fast HTTP Server
Quickly get a http server running to serve the current folder.
Installing
npm install -g fast-http-server
Using
http-server staticWill serve all the files on the specified directory.
Options
- --port={port_number}[default 8080]
- --dir={relative_path}[default ./]
- --help
Using
http-server proxyWill proxy all the request to localhost:specified_port to the specified host name. Used to avoid CORS errors.
Options
- --port={port_number}[default 8080]
- --host={FQDN}[default 'http://localhost:80']
- --help
Authors
- Santiago Rolca - Initial work - Santiiiii
License
This project is licensed under the MIT License - see the LICENSE.md file for details ~
