Canonical ToDoMVC application built with Clojure and functional-vaadin UI library
Download todo-0.1.0-standalone.jar from https://github.com/wizardpb/todo/releases/tag/v0.1.0. Alternatively, clone the repo and install Leiningen
If you've downloaded the standalone jar, cd to the jar directory and type:
$ java -jar todo-0.1.0-standalone.jar
Alternatively, run with Leiningen:
$ cd <your-todo-repo-path>
$ lein run
Either of these will start a Jetty server on port 8080 on your local machine. Visit http://localhost:8080 to see the app
Copyright © 2016 Prajna Inc
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.