Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 669 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 669 Bytes

#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.