summaryrefslogtreecommitdiffstats
path: root/third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react/README.md
blob: e59579d5b7696d0dd4187353683c411cf7eb1d13 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Speedometer 2.1: React TodoMVC example

## Test locally

1. `npm install`
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

1. `npm run build`