Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Retyped.knockout Demo (live)

Knockout is a JavaScript MVVM (a modern variant of MVC) library that makes it easier to create rich, desktop-like user interfaces with JavaScript and HTML. It uses observers to make your UI automatically stay in sync with an underlying data model, along with a powerful and extensible set of declarative bindings to enable productive development.

The source code is hosted in a repository on GitHub: https://github.com/knockout/knockout

The official website: http://knockoutjs.com/

Instructions for running

  1. Clone the repository.
  2. Build the solution.
  3. Open ~/Demos/KnockoutDemo/KnockoutDemo/dist/index.html in your browser.

References