This project was bootstrapped with Create React App. Read on for how to run and test the app.
yarn # or 'npm install'
yarn start
It will open up a browser to http://localhost:3000.
CI=true yarn test
The CI=true
is not required, but it will enter watch mode unless that flag is present.
While the app defaults to viewing the issues for rails/rails
, it will work with any org/repo combo. With the app running, try these:
- http://localhost:3000/facebookincubator/create-react-app/issues
- http://localhost:3000/facebook/react/issues
- http://localhost:3000/twbs/bootstrap/issues
The full issue summaries and comments are passed through the react-markdown
component to make them nicer to read.
Try this one: http://localhost:3000/rails/rails/issues/27224
While the issue list is loading, placeholder issues are displayed for a smoother UX.
Try any repo's issues page: