This is the simple example Polymer/Apollo app that lives at dev.apollodata.com.
Clone the repository and run npm install
:
git clone https://github.com/aruntk/polymer-apollo-frontpage
cd polymer-apollo-frontpage
npm install
This app talks to the hello world server, available here: https://github.com/apollostack/frontpage-server
Once you've installed and started that server, start this app with:
bower install
npm start
It will open a browser window, or you can browse to http://localhost:3000.