https://github.com/tomyitav/apollo-angular-client-starter
Quickly get started with apollo client for angular 2+
https://github.com/tomyitav/apollo-angular-client-starter
angular-cli angular4 apollo-client graphql
Last synced: 4 months ago
JSON representation
Quickly get started with apollo client for angular 2+
- Host: GitHub
- URL: https://github.com/tomyitav/apollo-angular-client-starter
- Owner: tomyitav
- Created: 2017-06-02T23:37:31.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-18T05:45:34.000Z (about 8 years ago)
- Last Synced: 2025-02-16T13:29:45.937Z (11 months ago)
- Topics: angular-cli, angular4, apollo-client, graphql
- Language: TypeScript
- Size: 48.8 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# apollo-angular-client-starter
This project was tested with the latest version of nodeJS and npm, please make sure you have atleast [node.js](https://nodejs.org/) 5+ and [NPM](https://www.npmjs.com/) 3+ installed.
## Usage & Develop
- Clone or fork this repository
- Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
- open browser to [`http://localhost:4200`](http://localhost:4200)
- Server side implemention [`link`](https://github.com/tomyitav/graphql-server-typed)