summaryrefslogtreecommitdiffstats
path: root/third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/preact/README.md
blob: 064d171f0aa16af4706e304ca68309951bd0bc3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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.