tree: 7f58303fbe2096a878a29c1979ccbcc87a0d284f [path history] [tgz]
  1. app/
  2. bower_components/
  3. test/
  4. .gitignore
  5. .jshintrc
  6. bower.json
  7. index.html
  8. karma.conf.js
  9. package.json
  10. readme.md
Websites/browserbench.org/Speedometer/resources/todomvc/dependency-examples/flight/readme.md

Flight TodoMVC Example

Flight is a lightweight, component-based JavaScript framework that maps behavior to DOM nodes.

Flight - flightjs.github.io

Learning Flight

The Flight website is a great resource for getting started.

Here are some links you may find helpful:

If you have other helpful links to share, or find any of the links above no longer work, please let us know.

Running the Tests

To run the tests, you need to install additional helpers via bower and npm and run npm test afterwards:

bower install & npm install
npm test

You can also run karma start after the dependencies are installed to automatically watch for changes and re-run the test suite.