incdec/README.md

544 B

incdec

Simple increment/decrement web toy

incdec is a very simple web application. It has a counter that can be incremented, or decremented. The counter is shared across browsers.

Uses

Generally none, other than testing how WebSockets behave with your reverse proxy.

Building

First, run npm install to get all of the dependencies. Then, npm install -g gulp-cli to install the Gulp CLI, and run gulp. This will clean any old builds, then compile the CoffeeScript and Stylus. Build output is located in the build directory.