# 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.