Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 378 Bytes

File metadata and controls

14 lines (10 loc) · 378 Bytes

sample-backbone-app

small backbone application that pulls cute pictures from flickr

To startup:

  1. Install node and npm: "http://howtonode.org/introduction-to-npm"
  2. Install connect "npm install connect"
  3. Run server.js "node server.js"
  4. Visit http://localhost:8001

Run tests:

  1. Open "sample-backbone-app/public/test/index.html" in your webbrowser