kktam / frontpage-angular2-app

:page_facing_up: Apollo "hello world" app, for Angular 2

Home Page:dev.apollodata.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Apollo Angular 2 Hello World app

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

Installation

Clone the repository and run npm install:

git clone https://github.com/apollostack/frontpage-angular2-app
cd frontpage-angular2-app
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:

npm start

It will open a browser window, or you can browse to http://localhost:3000.

About

:page_facing_up: Apollo "hello world" app, for Angular 2

dev.apollodata.com


Languages

Language:TypeScript 85.3%Language:CSS 8.4%Language:HTML 6.3%