Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 505 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 505 Bytes

freedom-starter

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.