Websites/browserbench.org/Speedometer2.0/resources/todomvc/architecture-examples/react/README.md
Speedometer 2.0: React TodoMVC example
Test locally
npm install
- Run a local server from this directory. (You could use
npm i -g http-server
.) - Open the URL pointing to the local server in your web browser of choice.
Build
npm run build