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
- Host: GitHub
- URL: https://github.com/kamilkisiela/graphql-blog
- Owner: kamilkisiela
- Created: 2017-07-03T20:49:01.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-03T20:51:36.000Z (almost 8 years ago)
- Last Synced: 2024-12-27T03:12:33.845Z (4 months ago)
- Topics: angular, angular-cli, graphql, graphql-subscriptions, real-time, typescript
- Language: TypeScript
- Size: 73.2 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```