Skip to content
Francisco Ryan Tolmasky I edited this page Oct 18, 2016 · 8 revisions

DemoKit Library

DemoKit demos are just normal JavaScript modules. They automatically are passed through Babel and support Generic JSX. A "demokit" library is also made available with many built-in utilities:

Usage

$ demokit new my-demo
$ demokit ./my-demo/index.js

The new command will create a template project for you. Simply edit the index.js, or add more files, and then run using the demokit command.

Clone this wiki locally