Example how to use backbone.layoutmanager with Node.js (render backbone views on the server side). Similar to the Example provided on the backbone.layoutmanagers website, but this is slighty updated for newer versions.
- git clone https://github.com/jschill/backbone.layoutmanager-nodejs-example.git
- cd backbone.layoutmanager-nodejs-example
- mkdir node_modules
- npm install express backbone backbone.layoutmanager
- node server
- Go to http://localhost:8000
- View source :-)