zapp
v0.3.0
Published
simple development http server with websocket powered live reloading
Downloads
62
Readme
zapp
Simple http server with websocket powered live reloading.

Usage
Get zapp
$ npm install -g zappStart a simple project
$ mkdir www
$ cd www
$ vim index.htmlWrite a basic template, then serve it with
$ zappDirect your browser at http://localhost:8080/. Start editing index.html.
zappignore
Zapp will read a .zappignore file from the root of the served directory. Each
line can be a valid anymatch matcher.
Comments start with #.
Note
zapp can only inject the web socket library required for live reloading into
HTML files with valid <head> and <body> tags.
License
MIT
