README
A sample vectorwatch-stream that runs in browser
Installation:
npm install npm start Open http://localhost:8080/sample.html in your browser Open the console, click the two buttons
Whenever you change something in sample.js you will need to regenerate sample-bundle.js with the command:
browserify sample.js -o sample-bundle.js