A TodoList GWT application for mobile and desktop using Material Design specification.
It relies the UI part on Polymer, Paper Elements collectios, and a the gwt-polymer-elements wrapper.
In this repository, you have two versions of the TodoList application, one is built using classic GWT widgets, and another with modern JsInterop Elements.
Try our demo-widgets or demo-elements
to see the application in action.
-
Asuming that you already have a running version of
git
andmaven
, check out the github project:$ git clone https://github.com/manolo/gwt-polymer-todo-list.git
-
Change to the new folder and run maven
$ cd gwt-polymer-todo-list $ mvn clean package
-
Run any web server in the
www
folder$ serve www