tree: 2f68efccbfc557c429df2cadb1a5901d9cc1be90 [path history] [tgz]
  1. js/
  2. node_modules/
  3. build.min.js
  4. index.html
  5. license.md
  6. package-lock.json
  7. package.json
  8. README.md
chromium/src/third_party/blink/perf_tests/speedometer/resources/todomvc/architecture-examples/react/README.md

Speedometer 2.0: React TodoMVC example

Test locally

  1. npm install
  2. Run a local server from this directory. (You could use npm i -g http-server.)
  3. Open the URL pointing to the local server in your web browser of choice.

Build

  1. npm run build