We start by obtaining the required JavaScript libraries:
Then I create the following html file:
<!DOCTYPE html> <html> <head> <title>Backbone Tutorial</title> <script src="https://ewus.de/jquery-1.11.0.min.js"></script> <script src="https://ewus.de/underscore-min.js"></script><!-- Version 1.6.0 --> <script src="https://ewus.de/backbone-min.js"></script><!-- Version 1.1.1 --> </head> <body> </body> </html>
Dateien