Skip to content

addyosmani/polymer-todomvc-codelab

 
 

Repository files navigation

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 git@github.com: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 git@github.com: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

About

Codelab for Polymer-based TodoMVC app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 100.0%