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: 5 months 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 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-19T22:34:17.000Z (over 8 years ago)
- Last Synced: 2025-04-07T16:52:01.941Z (10 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: 0
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hello-react-redux
[](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)
[](https://codeclimate.com/github/Drapegnik/hello-react-redux) [](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

[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)