rtm / upward-todo

The iconic "todo" application implemented in Upward.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Todo application in Upward

This repository is an implementation of the "todo" application using Upward, the front-endlibrary for modern boys and girls.

An on-line version of this application is available here.

Building and running

  • Clone the repo and do npm install and bower install.

  • Make sure that browserify is installed globally.

  • Build using bin/build.

  • Now serve dist/index.html.

  • If watchman is installed, then bin/watch will build when things change.

License

Copyright (c) 2014-2015 Bob Myers.

Licensed under the MIT license.

About

The iconic "todo" application implemented in Upward.

License:MIT License


Languages

Language:JavaScript 96.2%Language:HTML 3.8%