This is a seed project to get us started with prototyping.
First install the toolchain with NPM:
npm install
Now you can build source like so:
gulp build
To test the examples start a server:
gulp server
And run tests like so:
gulp test:watch
Note that tests are run on built source so be sure to build first.