8000 Home · tolmasky/demokit Wiki · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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.

Clone this wiki locally
0