git://git.webkit.org
/
WebKit-https.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[css-ui] Remove media-play-button and media-volume-slider-mute appearance values
[WebKit-https.git]
/
Websites
/
browserbench.org
/
Speedometer2.0
/
resources
/
todomvc
/
architecture-examples
/
react
/
README.md
1
# Speedometer 2.0: React TodoMVC example
2
3
## Test locally
4
5
1. `npm install`
6
2. Run a local server from this directory. (You could use [`npm i -g http-server`](https://github.com/indexzero/http-server).)
7
3. Open the URL pointing to the local server in your web browser of choice.
8
9
## Build
10
11
1. `npm run build`