polymer-todomvc-codelab icon indicating copy to clipboard operation
polymer-todomvc-codelab copied to clipboard

Codelab for Polymer-based TodoMVC app

Polymer TodoMVC Codelab

This is a codelab walkthrough of the Polymer TodoMVC. The actual app code can be found at https://github.com/Polymer/todomvc/.

Instructions

  1. Checkout the todomvc app:

     git clone [email protected]:Polymer/todomvc.git
     cd todomvc
    
  2. Run bower update to pull in the dependencies. If you don't have Node or Bower installed, follow the installation instructions in the README.

  3. Inside of the todomvc folder, clone this repository at "codelab":

     git clone [email protected]:ebidel/polymer-todomvc-codelab.git codelab
    
  4. (Optional) If you're using App Engine, move codelab/app.yaml into this directory:

     mv codelab/app.yaml .
    
  5. 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.

Analytics