Skip to content

Latest commit

 

History

History

todo

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

metal-examples-flux-todo

A TODO list implementation using Metal.js and Flux.

This example shows how to use metal-flux to build Metal.js components using the Flux architecture.

This example was created using generator-metal for the boilerplate. Auto-generated gulp tasks are used for building/testing and other processes, since generator-metal uses gulp-metal automatically.

Setup

  1. Install NodeJS >= v0.12.0, if you don't have it yet.

  2. Install global dependencies:

[sudo] npm install -g gulp
  1. Install local dependencies:
npm install
  1. Build the code:
gulp build
  1. Open the demo at demos/index.html on your browser.