An open API service indexing awesome lists of open source software.

https://github.com/ebidel/polymer-todomvc-codelab

Codelab for Polymer-based TodoMVC app
https://github.com/ebidel/polymer-todomvc-codelab

Last synced: about 1 year ago
JSON representation

Codelab for Polymer-based TodoMVC app

Awesome Lists containing this project

README

          

## Polymer TodoMVC Codelab

This is a codelab walkthrough of the [Polymer TodoMVC](http://todomvc.com/architecture-examples/polymer/).
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](https://github.com/Polymer/todomvc/blob/master/README.md).
3. Inside of the `todomvc` folder, clone this repository at "codelab":

git clone git@github.com:ebidel/polymer-todomvc-codelab.git codelab

3. (Optional) If you're using App Engine, move `codelab/app.yaml` into this directory:

mv codelab/app.yaml .

4. Start a web server in the `todomvc` folder, open [ http://localhost:PORT/codelab/](http://localhost:/codelab/). The codelab resources are there. Alternatively, you can read through it at http://goo.gl/lwrKK.

[![Analytics](https://ga-beacon.appspot.com/UA-46812528-1/ebidel/polymer-todomvc-codelab/README)](https://github.com/igrigorik/ga-beacon)