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

https://github.com/lancygoyal/remat

Powered By React, Redux and Material.
https://github.com/lancygoyal/remat

boilerplate js json material-design material-ui pwa-apps react react-redux react-router reactjs redux redux-thunk webapp

Last synced: 3 months ago
JSON representation

Powered By React, Redux and Material.

Awesome Lists containing this project

README

          

## reMat

Powered By React, Redux and Material.

### Includes

- React 16
- Redux
- Material-UI

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