0.1.1 • Published 4 years ago

@aleksgidenko/simple-http-server v0.1.1

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

Simple HTTP Server

A simple static file server built with pure Node.js without the use of any frameworks or external dependencies.

Installation

Globally via npm

$ npm install -g @aleksgidenko/simple-http-server

Running on-demand

$ npx @aleksgidenko/simple-http-server

As a dependency in your npm package

$ npm install --save-dev @aleksgidenko/simple-http-server

Usage

$ http-server