0.3.0 • Published 8 years ago

zapp v0.3.0

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

zapp

Simple http server with websocket powered live reloading.

npm.io

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

0.3.0

8 years ago

0.2.3

8 years ago

0.2.2

9 years ago

0.2.1

9 years ago

0.2.0

9 years ago

0.1.15

9 years ago

0.1.14

9 years ago

0.1.13

9 years ago

0.1.12

9 years ago

0.1.11

10 years ago

0.1.10

10 years ago

0.1.9

10 years ago

0.1.8

10 years ago

0.1.7

11 years ago

0.1.6

11 years ago

0.1.5

11 years ago

0.1.3

11 years ago

0.1.2

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago

0.0.5

11 years ago

0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago