Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/heinburger/react-mobx-materialui-starter

Starter project for react (mobx, material-ui components, create-react-app, jest)
https://github.com/heinburger/react-mobx-materialui-starter

boilerplate create-react-app jest material-ui mobx react

Last synced: 4 months ago
JSON representation

Starter project for react (mobx, material-ui components, create-react-app, jest)

Awesome Lists containing this project

README

        

## react-mobx-materialui-starter
boilerplate for react using mobx state, material-ui components, jest tests, and react-scripts

### get started
```sh
git clone https://github.com/heinburger/react-mobx-materialui-starter.git
cd react-mobx-materialui-starter
npm install
npm start
```

### deploy (gh-pages)
```sh
npm run deploy
```

### testing
```sh
npm test
```

This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).