Speedometer 2.0: Backbone.js TodoMVC example
Test locally
- Run
npm install
to install the dependencies. - 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
There is no build step for this example.