/yov

A WIP View component for yo-yo / bel

Primary LanguageJavaScript

YoV

Reactive views built on yo-yo / bel

Little codemirror demo: yov

wip

Dev

Run local dev server

npm install
npm start

It will run the following commands:

watchify docs/app.js -p [livereactload] -o docs/bundle.js &
list .

watchify will compile docs/app.js entry point to docs/bundle.js and incrementally update the bundle on file changes. livereactload plugin implements hot reloading for browserify.

Open http://localhost:3000/docs/ to load the demo application.