kmalakoff / knockback-reference-app

Knockback.js Reference Application provides a sample architecure for a Knockback.js application including page routing, separation of Models/ViewModels/Views, and memory management.
http://kmalakoff.github.com/knockback-reference-app/
MIT License
11 stars 1 forks source link

logo

Knockback.js Reference Application provides a sample architecure for a Knockback.js application including page routing, separation of Models/ViewModels/Views, and memory management.

You can try out the application here and can find step-by-step tutorial on the Knockback.js website

Extended Features

In addition to a the Tutorial reference application, you can find more advanced implementations that use KnockbackNavigators.js for page and embedded pane transitions (under DemoMode):

To help verify correct memory management and performance, the reference application provides some statistics helpers (under DemoMode -> Statistics):

Building, Running and Testing the App

Installing:

  1. install node.js: http://nodejs.org
  2. install node packages: 'npm install'

Commands:

Look at: https://github.com/kmalakoff/easy-bake