Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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 13 hours ago
JSON representation

Easy and Understandable React, MobX, Material-Ui with CSS-Modules boilerplate

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 unitaires

MIT