Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drapegnik/hello-react-redux
:earth_americas: simple webapp with React & Redux
https://github.com/drapegnik/hello-react-redux
eslint github-api javascript js react redux webpack
Last synced: about 1 month ago
JSON representation
:earth_americas: simple webapp with React & Redux
- Host: GitHub
- URL: https://github.com/drapegnik/hello-react-redux
- Owner: Drapegnik
- Created: 2017-02-07T12:51:56.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-19T22:34:17.000Z (over 7 years ago)
- Last Synced: 2024-10-27T18:23:18.649Z (3 months ago)
- Topics: eslint, github-api, javascript, js, react, redux, webpack
- Language: JavaScript
- Homepage: https://drapegnik.github.io/hello-react-redux/
- Size: 914 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hello-react-redux
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/68155558a3974ceeac27ba65322bcc62)](https://www.codacy.com/app/Drapegnik/hello-react-redux?utm_source=github.com&utm_medium=referral&utm_content=Drapegnik/hello-react-redux&utm_campaign=badger)
[![Code Climate](https://codeclimate.com/github/Drapegnik/hello-react-redux/badges/gpa.svg)](https://codeclimate.com/github/Drapegnik/hello-react-redux) [![Issue Count](https://codeclimate.com/github/Drapegnik/hello-react-redux/badges/issue_count.svg)](https://codeclimate.com/github/Drapegnik/hello-react-redux):earth_americas: simple webapp with React & Redux
> check the [website](https://drapegnik.github.io/hello-react-redux/)
Use [github-api](https://developer.github.com/v3/) for auth and getting user repositories list
### Redux time-traveling
![Demo gif](http://res.cloudinary.com/dzsjwgjii/image/upload/v1486471790/dev-tools.gif)[High quality gif](http://res.cloudinary.com/dzsjwgjii/image/upload/v1486471892/gif_dev_tool.gif)
### Usage
```
git clone https://github.com/Drapegnik/hello-react-redux.git
cd hello-react-redux/
npm install
npm start
open http://localhost:3000
```### Linting
Project includes React-friendly ESLint configuration with [airbnb standards](https://github.com/airbnb/javascript)```
npm run lint
```
### Dependencies* [React](https://facebook.github.io/react/)
* [Redux](http://redux.js.org/)
* [Webpack](https://webpack.github.io/)
* [react-redux](https://github.com/reactjs/react-redux)
* [babel-loader](https://github.com/babel/babel-loader)
* [react-hot-loader](https://github.com/gaearon/react-hot-loader)