Skip to content

sinclairzx81/smoke-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A static file server that live reloads on file change.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published