Show how to build a webapp with Dart and Polymer.
The goal of this live coding is to develop a game store application from a html template. Users will be able to manage the games in the store.
This use case is divided into the following sections:
- Show the content of a game
- Show the list of all games (detailed template)
- Filter and sort the games list
- Show the list of all games (compact template)
- Edit the content of an existing game
- Single-page application
- Add / delete a game
- Get data from the server