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.
-
Install NodeJS >= v0.12.0, if you don't have it yet.
-
Install global dependencies:
[sudo] npm install -g gulp
- Install local dependencies:
npm install
- Build the code:
gulp build
- Open the demo at demos/index.html on your browser.