zapp

0.3.0 • Public • Published

zapp

Simple http server with websocket powered live reloading.

Usage

Get zapp

$ npm install -g zapp

Start a simple project

$ mkdir www
$ cd www
$ vim index.html

Write a basic template, then serve it with

$ zapp

Direct 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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.3.0
    2
    • latest

Version History

Package Sidebar

Install

npm i zapp

Weekly Downloads

3

Version

0.3.0

License

MIT

Last publish

Collaborators

  • salakar
  • ehesp