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.
- Host: GitHub
- URL: https://github.com/lancygoyal/remat
- Owner: lancygoyal
- Created: 2019-05-23T07:04:31.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-01-05T08:18:42.000Z (over 5 years ago)
- Last Synced: 2024-04-16T04:32:06.752Z (about 2 years ago)
- Topics: boilerplate, js, json, material-design, material-ui, pwa-apps, react, react-redux, react-router, reactjs, redux, redux-thunk, webapp
- Language: JavaScript
- Homepage: https://lancygoyal.github.io/
- Size: 303 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
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)