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.
- Host: GitHub
- URL: https://github.com/amannn/apollo-client-test
- Owner: amannn
- Created: 2016-04-23T16:58:24.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-12T20:19:25.000Z (almost 9 years ago)
- Last Synced: 2024-10-06T03:41:35.239Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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