https://github.com/dab0mb/usertron
https://github.com/dab0mb/usertron
angular apollo github graphql
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dab0mb/usertron
- Owner: DAB0mB
- Created: 2018-12-15T10:13:23.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-08T02:09:38.000Z (about 7 years ago)
- Last Synced: 2025-04-09T08:23:22.298Z (10 months ago)
- Topics: angular, apollo, github, graphql
- Language: TypeScript
- Size: 278 KB
- Stars: 12
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Usertron

A small app for browsing through users on GitHub based on Angular, Material, and Apollo.
## Run instructions
(1) `$ npm install`
(2) Create a personal GitHub access token with `read:org` & `read:org` permissions as specified [here](https://help.github.com/articles/creating-a-personal-access-token-for-the-command-line/).
(3) Add access token to the environment file: `$ vim src/environments/environment.js`.
(4) Generate GraphQL types: `$ npm run codegen`
(5) `$ npm start`