#Bootstrap + Spine
This is also an example of how Route handling should be controller-centric. The architectural composition of the app is more flexible, concise and powerful as a result.
###Test it out:
Change the URL manually (#c, #b/b, etc) and see how the app changes
###On your own:
Note that this example is not using Spine.js proper, but a forked version of my own which allows each controller to act independently to global route changes.
NOTE: All commands MUST be made in project root directory
npm install . ::: Install spine to the node_modules directory
hem server ::: http://localhost:9294
---OR---
hem build -debug ::: Builds the app to the public directory where you can copy the files or run open public/index.html