Skip to content

Latest commit

 

History

History
 
 

todo

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

TODO list

This example illustrates a basic TODO list, taking advantage of parent and child components, querying and message listening.

Building

From the root of the Halogen project:

$ npm install
$ npm run example-todo

Or from the current directory:

$ npm install
$ bower install
$ npm run build

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