smoke-web

1.0.2 • Public • Published

Smoke-Web

A static file server with live reload.

NPM package

$ npm install smoke-web -g
$ smoke-web ./ --port 5000

Overview

Smoke-Web is a static file web server that live reloads HTML pages on file change. It is primarily geared towards development workflows where code edits should result in automatic page refresh.

Options


$ smoke-web <directory> --port <number> --trace --cors

   Examples: smoke-web ./dist
             smoke-web ./dist --port 5001
             smoke-web ./dist --trace

   Options:
     --port   The server port. default is 5000.
     --cors   Allow cross-origin requests.
     --trace  Print requests in terminal.

Tasks

The following project tasks are available.

$ npm run clean       # cleans this project 
$ npm run start       # starts serving ./output/bin in watch. 
$ npm run pack        # npm packs this tool. 
$ npm run install-cli # installs this tool locally. 
$ npm run templates   # builds static templates 

/smoke-web/

    Package Sidebar

    Install

    npm i smoke-web

    Weekly Downloads

    3

    Version

    1.0.2

    License

    MIT

    Unpacked Size

    133 kB

    Total Files

    5

    Last publish

    Collaborators

    • sinclair