An open API service indexing awesome lists of open source software.

https://github.com/lancygoyal/material-react-app

Material React App - Powered By React and Redux.
https://github.com/lancygoyal/material-react-app

eslint eventemitter4 flexboxgrid material-ui react react-helmet react-router react-snapshot redux

Last synced: about 2 months ago
JSON representation

Material React App - Powered By React and Redux.

Awesome Lists containing this project

README

          

## Web App

Powered By React and Redux.

- [Guide](https://github.com/lancygoyal/material-react-app/blob/master/GUIDE.md)

### Includes

- React 16
- Redux
- Material-UI
- React-Snapshot
- Redux-Persist
- Prettier
- Husky
- ES-Next
- ESLint

### Running it

```
npm install
npm start
```

### Folder structure

.
├── src
│ ├── components # Dumb components
│ ├── config # App configrations
│ ├── constants
│ ├── containers # Smart components
│ ├── redux # Redux modules
│ ├── utilities
│ ├── App.js # Root component
│ ├── index.js
└── package.json # Node dependencies

### Learn more

- [React](https://reactjs.org/)
- [Redux](https://redux.js.org/)
- [Material UI](http://www.material-ui.com)
- [Create React App](https://github.com/facebookincubator/create-react-app)
- [React Router](https://github.com/ReactTraining/react-router)