A starter template for creating freedom.js applications
Simple usage - git clone https://github.com/freedomjs/freedom-starter.git to
get it and ./runserver.sh to run a local demo (assumes you have bash and
Python). You may also want to rename the freedom-module.* files to
yourmodule.*, and then of course write your own module code.
Fancier setup (with npm and Yeoman) - check out the freedom.js tutorial.