gwt-polymer-todo-list

A TODO app developed with GWT + polymer + paper elements

Stars
26
Committers
4

GWT-Polymer-TODO

A TodoList GWT application for mobile and desktop using Material Design specification.

It relies the UI part on Polymer, Paper Elements collections, 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.

Demos

Try our demo-widgets or demo-elements

to see the application in action.

Building

  1. Asuming that you already have a running version of git and maven, check out the github project:

     $ git clone https://github.com/manolo/gwt-polymer-todo-list.git
    
  2. Change to the new folder and run maven

     $ cd gwt-polymer-todo-list
     $ mvn clean package
    
  3. Run any web server in the www folder

     $ serve www