Skip to content
This repository was archived by the owner on Mar 13, 2018. It is now read-only.

Commit 9f55818

Browse files
author
Arthur Evans
committed
Add README.
1 parent 800924d commit 9f55818

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Polymer Starter Project
2+
3+
This project includes a set of Polymer components and a starter project,
4+
designed to be used with the [Polymer tutorial](http://polymer-project.org/start/tutorial/intro.html).
5+
6+
In this tutorial, you build a simple client for `unquote`, the read-only social networking service.
7+
8+
9+
## Project contents
10+
11+
- `starter`. Scaffolding for the starter project. If you're working through the tutorial, start here!
12+
- `step-1` to `step-3`. Intermediate versions of the project. Check your work!
13+
- `finished`. The completed `unquote` app.
14+
- `components`. Selection of Polymer elements used in the project.
15+
- `post-service`. A pre-built element that implements an interface to the `unquote` service.
16+
- `api`. Data for the the `unquote` service.
17+
- `images`. Avatar images.
18+
19+
Find a problem in the tutorial? Please open a [Doc bug](https://github.com/Polymer/docs/issues/new) so we can fix it.

0 commit comments

Comments
 (0)