Download backbone.js from backbonejs.org
Download underscore.js from underscorejs.org
Download jquery.js from jquery.com
Put them all in a folder and create an index.html file with following code:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<script src="jquery-2.2.2.min.js"></script>
<script src="underscore.js"></script>
<script src="backbone.js"></script>
<link rel="stylesheet" href="bootstrap.css">
<title>Document</title>
</head>
<body>
Here goes backbonejs codes..
</body>
</html>
Download underscore.js from underscorejs.org
Download jquery.js from jquery.com
Put them all in a folder and create an index.html file with following code:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<script src="jquery-2.2.2.min.js"></script>
<script src="underscore.js"></script>
<script src="backbone.js"></script>
<link rel="stylesheet" href="bootstrap.css">
<title>Document</title>
</head>
<body>
Here goes backbonejs codes..
</body>
</html>
No comments:
Post a Comment