An open API service indexing awesome lists of open source software.

https://github.com/amannn/apollo-client-test

Playground for trying out Apollo.
https://github.com/amannn/apollo-client-test

Last synced: about 2 months ago
JSON representation

Playground for trying out Apollo.

Awesome Lists containing this project

README

        

# apollo-client-test

Quick-and-dirty setup for testing some features of [Apollo](http://apollostack.com).

This project consists of the server at [amannn/apollo-server-test](https://github.com/amannn/apollo-server-test) and the client in this repository.

## Run
1. `git clone https://github.com/amannn/apollo-server-test.git`
2. `cd apollo-server-test`
3. `npm install`
4. `npm start`
5. Open new Terminal tab
6. `cd ..`
7. `git clone https://github.com/amannn/apollo-client-test.git`
8. `cd apollo-client-test`
9. `npm install`
10. `npm start`
11. Open `localhost:8080` in your browser