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 [email protected]:Polymer/todomvc.git cd todomvc
-
Run
bower update
to pull in the dependencies. If you don't have Node or Bower installed, follow the installation instructions in the README. -
Inside of the
todomvc
folder, clone this repository at "codelab":git clone [email protected]:ebidel/polymer-todomvc-codelab.git codelab
-
(Optional) If you're using App Engine, move
codelab/app.yaml
into this directory:mv codelab/app.yaml .
-
Start a web server in the
todomvc
folder, open http://localhost:PORT/codelab/. The codelab resources are there. Alternatively, you can read through it at http://goo.gl/lwrKK.