Developing Backbone.js Applications About This is the home of, an open-source book about the Backbone.js library for structuring JavaScript applications. It is released under a Creative Commons Attribution-Noncommercial-No Derivative Works 3.0 United States License and is currently available for early purchase via O'Reilly if you would like to support the project. Contributing We appreciate any and all efforts to help improve the book. Please note that the repository is structured as follows:. chapters - contains the source Markdown for each chapter.
This is compiled into the HTML, ePub, Mobi and other formats found in the root of the project. build - contains templates and metadata for compiling the book. img - contains image assets for the project. practicals - contains the source code for practicals If you would like to submit pull requests, please feel free to apply them against the relevant markdown file in chapter.
These can be previewed by running the build script via make, which will also generate updated versions of the other formats we support. Please ensure that you are only submitting the modified chapter file for your changes and not the compiled HTML/other format binaries.
Backbone Js Book Github For Mac Pro
Reviews If you are interested in leaving a review to share your opinion on the book with others (it's always appreciated!), you can do so through. Building You can build the book using make or make -f Makefile. This will output the HTML, ePub, Mobi, PDF and RTF versions of the book. Note: At this time, generating all of the above formats should be straight-forward with the exception of the PDF.
We have an open for xelatex which is being considered and better guides for working around cross-platform PDF issues will be supplied as time allows. Dependencies.
Make. pdflatex (and recommended latex fonts) Linux Debian based distros: apt-get install pandoc texlive-latex-base texlive-fonts-recommended cm-super etoolbox.
Backbone-library-tutorial Backbone.js library tutorial app from the Addy Osmani book. This is a basic Library where one can add books, remove books, and update books. The backend uses MongoDB combined with Node.js and the front-end uses Backbone.js and html.
Templating is done using Underscore. To start the application, run the following commands in separate shells: mongod node server.js Note: You must have MongoDB and Node.js with NPM (node package manager) installed on your system.
Backbone Js Book Github For Mac Download
Choosing the node.js pkg download for MAC comes pre-packaged with NPM and installs it with Node. The best method for installing MongoDB is to use Home Brew. If you do not have Home Brew, go to and follow the instructions for installing it.