Socket
Book a DemoInstallSign in
Socket

fhost

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fhost

Static File Web Host

latest
Source
npmnpm
Version
1.2.1
Version published
Maintainers
1
Created
Source

fhost

The viewer of static file on line

Quick Guide

Install

npm install -g fhost

Start Web Host

cd the folder that you want to view, then execute:

fhost run 

That will launch the web host, and the default port is 8080. You can change port by command:

fhost run -p [port whatever you want]

Access

Enter address 'http://localhost:8080/' in your browser, you will see the file/folder list of the folder in which you execute fhost command.

Keywords

static

FAQs

Package last updated on 05 Dec 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts