fsweb

0.8.7 • Public • Published

fsweb

static http server with live reload on save.

> fsweb ./ 5000

install

npm install fsweb -g

overview

fsweb is a simple command line utility to quickly serve static content over http and provides automatic live reload functionality whenever content in the directory changes.

fsweb has been tested in internet explorer, firefox, chrome, opera and edge browsers.

starting the server

If not stated otherwise, fsweb will serve content from the current working directory on port 5000

> fsweb

Users can override the path and the port as follows.

> fsweb ./directory_to_watch 8080

which will serve/watch this directory and listen on port 8080.

Alternatively

> fsweb 8080

will watch the current working directory on port 8080.

/fsweb/

    Package Sidebar

    Install

    npm i fsweb

    Weekly Downloads

    9

    Version

    0.8.7

    License

    MIT

    Unpacked Size

    105 kB

    Total Files

    17

    Last publish

    Collaborators

    • sinclair