To build:
$ npm install
$ ./node_modules/.bin/bower install
$ ./watch-jsx
Then navigate to index.html
in a web browser.
In Debian the node
binary is named nodejs
so you will need to run ln -s /usr/bin/nodejs /usr/local/bin/node
before bower install
.