Skip to content

Latest commit

 

History

History

angularjs-todo-app

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

#TodoMVC

A basic example of using AngularJS and Horizon to create real-time TodoMVC app.

Prerequisites

  • RethinkDB (The open-source database for the realtime web)
  • Horizon (A realtime, open-source backend for JavaScript apps)

Installing

$ git clone [email protected]:rethinkdb/horizon.git
$ cd horizon/examples/angularjs-todo-app
$ hz init
$ cd dist && npm install
$ cd .. && hz serve --dev

Credit

This TodoMVC application is built based on the todomvc-angularjs-horizon.