Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 489 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 489 Bytes

Flux-Github

Use React/Flux to make an app for getting github user, repo and issue information;

Features

  • login to github user token
  • list user/orgs
  • click user/orgs list repos
  • click repo list issues

To-Do

  • try some react 0.13 version new feature
  • click issue popup comments
  • change auth to passport
  • empty and error handle

Run

  1. clone this repo;
  2. npm install;
  3. config app with config.js file;
  4. npm start;