Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 445 Bytes

readme.md

File metadata and controls

16 lines (11 loc) · 445 Bytes

Todo-backend reference client

This is a todo app which uses the todo-backend API to store it's todos.

Provenance

This app is a slightly-modified version of the TodoMVC Architecture Example for for backbone.js.

Native instructions

npm install
npm run-script native

cd ../todo-backend-client.native/todo-backend-client && open osx64
# etc..