All Projects → ebidel → polymer-todomvc-codelab

ebidel / polymer-todomvc-codelab

Licence: other
Codelab for Polymer-based TodoMVC app

Programming Languages

CSS
56736 projects

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].