Skip to content

wridgers/zapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An http server for web development that compiles Less, Jade, etc and has auto reloading, powered by web sockets.

Resources

License

Stars

Watchers

Forks

Packages

No packages published