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

https://github.com/kamilkisiela/graphql-blog

AngularCamp 2017
https://github.com/kamilkisiela/graphql-blog

angular angular-cli graphql graphql-subscriptions real-time typescript

Last synced: 2 months ago
JSON representation

AngularCamp 2017

Awesome Lists containing this project

README

        

# Blog example - Angular + GraphQL subscriptions

# API

```
cd api
yarn # to install packages
yarn start
```

# App

```
cd app
yarn # to install packages
yarn start
```