Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 598 Bytes

README.md

File metadata and controls

32 lines (17 loc) · 598 Bytes

Polymer Apollo Hello World app

This is the simple example Polymer/Apollo app that lives at dev.apollodata.com.

Installation

Clone the repository and run npm install:

git clone https://github.com/aruntk/polymer-apollo-frontpage
cd polymer-apollo-frontpage
npm install

Starting the app

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.