Skip to content

Instantly share code, notes, and snippets.

@rightson
Created June 24, 2012 23:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rightson/2985433 to your computer and use it in GitHub Desktop.
Save rightson/2985433 to your computer and use it in GitHub Desktop.
Backbone JS Environment Setup
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title> Learning about Bacjbone.js </title>
</head>
<body>
<script src="http://documentcloud.github.com/underscore/underscore-min.js"></script>
<script src="http://documentcloud.github.com/backbone/backbone-min.js"></script>
<script type="text/javascript">
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment