This is a codelab walkthrough of the Polymer TodoMVC. The actual app code can be found at https://github.com/Polymer/todomvc/.
-
Checkout the todomvc app:
git clone git@github.com:Polymer/todomvc.git cd todomvc -
Run
bower updateto pull in the dependencies. If you don't have Node or Bower installed, follow the installation instructions in the README. -
Inside of the
todomvcfolder, clone this repository at "codelab":git clone git@github.com:ebidel/polymer-todomvc-codelab.git codelab -
(Optional) If you're using App Engine, move
codelab/app.yamlinto this directory:mv codelab/app.yaml . -
Start a web server in the
todomvcfolder, open http://localhost:PORT/codelab/. The codelab resources are there. Alternatively, you can read through it at http://goo.gl/lwrKK.