Skip to content

Instantly share code, notes, and snippets.

@AbhiPrasad
Created March 22, 2017 17:52
Show Gist options
  • Save AbhiPrasad/65e6f2b702787afd36b6c226c885c368 to your computer and use it in GitHub Desktop.
Save AbhiPrasad/65e6f2b702787afd36b6c226c885c368 to your computer and use it in GitHub Desktop.
A simple boilerplate to test backbone stuff
<!DOCTYPE HTML>
<html>
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="http://underscorejs.org/underscore-min.js"></script>
<script src="http://backbonejs.org/backbone-min.js"></script>
<script>
// Your code goes here
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment