Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 367 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 367 Bytes

TODO list

This example illustrates a basic TODO list, taking advantage of parent and child components, and the peek function.

Building

From the root of the Halogen project:

$ npm run example-todo

The code will be built as example.js in the examples/todo/dist directory within the example, runnable by opening the corresponding index.html.