/react-rails-issues

A simple github issues browser to play with ES6, React, Redux and Webpack

Primary LanguageJavaScript

Info

An afternoon proof-of-concept project using react, redux and Webpack. A paginated list of issues and comments from the Rails repository using Github's Issues API.

rails-issues

Running locally

This project requires that npm be installed to run.

Navigate to the react-rails-issues folder in terminal.

Enter npm run start to start the local webpack development server.

Navigate to localhost:8080 in your browser to see the project in action.

TODO

  • Add some tests
  • Normalize the data structure more
  • Break up styles