• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..16-Feb-2021-

js/H03-May-2022-

node_modules/H16-Feb-2021-522445

package-lock.jsonH A D16-Feb-20211.1 KiB3534

package.jsonH A D16-Feb-2021189 1110

readme.mdH A D16-Feb-2021369 117

readme.md

1# Speedometer 2.0: Backbone.js TodoMVC example
2
3## Test locally
4
51. Run `npm install` to install the dependencies.
62. Run a local server from this directory. (You could use [`npm i -g http-server`](https://github.com/indexzero/http-server).)
73. Open the URL pointing to the local server in your web browser of choice.
8
9## Build
10
11There is no build step for this example.