mxjxn / gtd-app

Clojurescript GTD-style todo app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GTD-Todo

A re-frame todo-application with the goal of implementing the workflow laid-out in David Allen's The Art of Getting Things Done.

Development Mode

Run application:

lein clean
lein figwheel dev

Figwheel will automatically push cljs changes to the browser.

Wait a bit, then browse to http://localhost:3449.

Production Build

To compile clojurescript to javascript:

lein clean
lein cljsbuild once min

About

Clojurescript GTD-style todo app


Languages

Language:Clojure 93.3%Language:CSS 3.8%Language:HTML 2.8%