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. DemoKit also comes with many built-in utilities that you can require:

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.