@easyany/server
v1.0.2
Published
Static File Server
Downloads
45
Maintainers
Readme
@easyany/server
HTTP File Server
- Support List Folder Files and Navigation Fle
- Support File Content View, Auto Render HTML/Image File.
- Support API Request for JSON File
HTTP Server
Use the plugin node-http-server
for local directory compilation access, automatically find HTML files
- serve current dir
easyany server
- serve specify port and directory
easyany server -p 8888 -d dist
Kill Server
easyany kill 8888