tree: 333da2305e67d8879e19a19efe041e505bdc3598 [path history] [tgz]
  1. js/
  2. node_modules/
  3. index.html
  4. package-lock.json
  5. package.json
  6. readme.md
chromium/src/third_party/blink/perf_tests/speedometer/resources/todomvc/architecture-examples/backbone/readme.md

Speedometer 2.0: Backbone.js TodoMVC example

Test locally

  1. Run npm install to install the dependencies.
  2. Run a local server from this directory. (You could use npm i -g http-server.)
  3. Open the URL pointing to the local server in your web browser of choice.

Build

There is no build step for this example.