📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP
Socket
Sign inDemoInstall
Socket

static-server-quick

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

static-server-quick

create http,https,http2 server to serve static resource files from a local directory

1.0.2
Source
npm
Version published
Weekly downloads
7
600%
Maintainers
1
Weekly downloads
 
Created
Source

static-server-quick

create http,https,http2 server to serve static resource files from a local directory

usage

npm i static-server-quick -g
static-server <http|https|http2> <path-to-static-source>

for example

execute in terminal:

static-server http2 /user/project/static

and then, open https://localhost:8090/index.html in browser(there is an index.html in static directory)

Keywords

static server

FAQs

Package last updated on 10 May 2018

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