Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/delzennejc/react-mobx-material-boilerplate
Easy and Understandable React, MobX, Material-Ui with CSS-Modules boilerplate
https://github.com/delzennejc/react-mobx-material-boilerplate
cssmodules material-ui mobx react react-router webpack
Last synced: about 1 month ago
JSON representation
Easy and Understandable React, MobX, Material-Ui with CSS-Modules boilerplate
- Host: GitHub
- URL: https://github.com/delzennejc/react-mobx-material-boilerplate
- Owner: delzennejc
- Created: 2017-02-04T18:52:30.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-19T01:43:11.000Z (over 6 years ago)
- Last Synced: 2024-10-01T03:07:34.007Z (about 2 months ago)
- Topics: cssmodules, material-ui, mobx, react, react-router, webpack
- Language: JavaScript
- Size: 52.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React, MobX, Material-UI with CSS-Modules Boilerplate
### Why
This boilerplate is to make project initialization quick and easy,
with an understandable architecture for both beginners and advanced
developers in React.### Libraries
- [React](https://github.com/facebook/react)
- [MobX](https://github.com/mobxjs/mobx)
- [React-Router](https://github.com/ReactTraining/react-router)
- [Material-UI](https://github.com/callemall/material-ui)
- [CSS-Modules](https://github.com/css-modules/css-modules)
- [Webpack](https://github.com/webpack/webpack)```
git clone [email protected]:Prattjames/react-mobx-material-boilerplate.git
npm install
npm start
```Features:
- [x] Server Side Rendering
- [x] CSS-Modules
- [x] Material-UI
- [x] React-Router
- [ ] Webpack 2
- [ ] Code Spliting
- [ ] Tree-Shaking
- [ ] Offline-First
- [ ] Tests unitairesMIT