2.0.1 • Published 7 years ago

frontend-server v2.0.1

Weekly downloads
1
License
BSD-2-Clause
Repository
github
Last release
7 years ago

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 = ./