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