https://github.com/muka/poorman-http-server
HTTP server for static file
https://github.com/muka/poorman-http-server
Last synced: about 2 months ago
JSON representation
HTTP server for static file
- Host: GitHub
- URL: https://github.com/muka/poorman-http-server
- Owner: muka
- License: mit
- Created: 2016-09-22T14:57:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-22T15:25:44.000Z (over 8 years ago)
- Last Synced: 2024-10-30T01:17:34.330Z (7 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#poorman-http-server
Poorman HTTP static file server
Install
---`sudo npm i -g poorman-http-server`
Usage
---Default is `http-server` which is the same as `http-server ./ 3000`
To server `./public` folder on port `8080`
`http-server public 8080`
License
---MIT