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 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-03T20:51:36.000Z (almost 9 years ago)
- Last Synced: 2025-07-19T20:27:21.622Z (11 months ago)
- Topics: angular, angular-cli, graphql, graphql-subscriptions, real-time, typescript
- Language: TypeScript
- Size: 73.2 KB
- Stars: 3
- Watchers: 2
- 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
```