Use React/Flux to make an app for getting github user, repo and issue information;
- login to github user token
- list user/orgs
- click user/orgs list repos
- click repo list issues
- try some react 0.13 version new feature
- click issue popup comments
- change auth to passport
- empty and error handle
- clone this repo;
- npm install;
- config app with config.js file;
- npm start;