mathisonian · GitHub

How to achieve interactivity in Idyll by updating properties in response to user input.

Run this locally

Install dependencies

  • npm install -g idyll - Make sure you have idyll installed globally
  • npm install - Install local dependencies

Open in browser

  • Run idyll and the project will compile and open in your browser. The page will update automatically as you make changes to index.idyll and other source files.

Read the original on github.com ↗