frontend-server

2.0.1 • Public • Published

Frontend Server

Frontend Server is a simple way to create a localhost to respond static files.

Using Simple HTTP Server you can:

  • Configure the path to Simple HTTP Server get the files
  • Configure the host port

Dependencies

Simple HTTP Server uses 2 default modules in nodeJs:

  • http - Default HTTP module
  • fs - Default File System module

Installation

$ npm install -g frontend-server

Usage

fserver path=/path/to/server port=3000
  • Default port = 3000

  • Default path = ./

Readme

Keywords

none

Package Sidebar

Install

npm i frontend-server

Weekly Downloads

1

Version

2.0.1

License

BSD-2-Clause

Last publish

Collaborators

  • mpahenrique