example-ui-as-data icon indicating copy to clipboard operation
example-ui-as-data copied to clipboard

Code for the blog post "Describing UI state with data"

Describing UI state with data

Code for the blog post Describing UI state with data.

Demo: http://nicolashery.github.io/example-ui-as-data

Quick start

Clone this repo, then:

$ npm install
$ npm start

Open http://localhost:8080 in your browser.

Run the tests with:

$ npm test