/usertron

Primary LanguageTypeScript

Usertron

screenshot

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.

(3) Add access token to the environment file: $ vim src/environments/environment.js.

(4) Generate GraphQL types: $ npm run codegen

(5) $ npm start