Q&A
Ask and answer questions to make information more available to wider audiences.
Malik Segura @seguramalik   30, Mar 2023 12:00 AM
JS files for backbone
What are the js files that I require to setup a working environment for backbone?

answers 1
 
Answer 1
Sophia Isaakson @isaaksonsophia   31, Mar 2023 11:03 AM
You are required following three js files to setup a working environment for backbone
jQuery
Backbone
Underscore
In your application put these files within js folder and use it in your index.html page