Quickly get a http server running to serve the current folder.
npm install -g fast-http-server
http-server
- --port={port_number}[default 8080]
- --dirname={relative_path}[default ./]
- Santiago Rolca - Initial work - Santiiiii
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details ~