chromium/third_party/blink/perf_tests/speedometer21/resources/todomvc/architecture-examples/backbone/readme.md

# Speedometer 2.1: 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`](https://github.com/indexzero/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.