Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
yagudaev committed Sep 9, 2012
0 parents commit 2e7785c
Show file tree
Hide file tree
Showing 5 changed files with 2,669 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
@@ -0,0 +1,11 @@
Introduction to Backbone Part 1 - Client Side
=============================================

A twitter client side applciation written in backbone.js as part of a screencast available here: http://youtu.be/2BDGBJUtAmo.

Run
=====
Open the commandline and navigate to the directory you downloaded the repository to. Then type:
`node static.js`

This will run a static server you can use to test the application by going to `localhost:3000`.

0 comments on commit 2e7785c

Please sign in to comment.