Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/orlaqp/graphql-server-hello


https://github.com/orlaqp/graphql-server-hello

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# A quick example of how to use Apollo Server/Client together with Angular 2 with CORs support

### First

```
cd server`
npm install
npm start
```

the open an extra terminal window:

```
cd client
npm install
npm start
```

Open the development tools (I used a Mac with chrome, so basivally press Cmd + Shift + I). Open the following address:

`http://localhost:8080`

you see the app stop right where the data is retrieved from the server using `graphql`

I hope you can get the idea and use this project to understand how to build your apps using graphql/

Enjoy!