We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a88a3e commit 4f8a6fcCopy full SHA for 4f8a6fc
videos/beginner/README.md
@@ -1,7 +1,18 @@
1
+# Backbone.js Beginner Video Tutorial
2
3
+## Links
4
+
5
+* [Link to client repo](https://github.com/thomasdavis/backbonetutorials/tree/gh-pages/videos/beginner)
6
+* [Link to server repo](https://github.com/thomasdavis/video-backbone-beginner-server)
7
+* [cdnjs](http://cdnjs.com)
8
+* [My homepage](http://thomasdav.is)
9
10
## Example RESTful Documentation
11
12
+A deployed CORS enabled version of this server is available at
13
14
+`http://backbonejs-beginner.herokuapp.com`
15
16
The server code base can be found [here](https://github.com/thomasdavis/video-backbone-beginner-server).
17
18
The example runs against this server which exposes the API shown below
videos/beginner/index.completed.html
0 commit comments