chromium/third_party/blink/perf_tests/speedometer21/resources/todomvc/architecture-examples/preact/README.md

# Speedometer 2.1: Preact TodoMVC example

## Test locally

1. `npm install`
2. `npm start`

## Build

1. `npm run build`

## Notes

The compiled version of the application can be found in the `build` directory.
This is what the benchmark runner uses when running the Preact TodoMVC as part
of a benchmark run.