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
- Host: GitHub
- URL: https://github.com/ebidel/polymer-todomvc-codelab
- Owner: ebidel
- Created: 2013-06-27T02:14:42.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2014-01-02T19:41:52.000Z (over 12 years ago)
- Last Synced: 2025-03-29T00:33:59.058Z (over 1 year ago)
- Language: CSS
- Homepage: http://goo.gl/lwrKK
- Size: 179 KB
- Stars: 20
- Watchers: 3
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.
[](https://github.com/igrigorik/ga-beacon)