Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/heinburger/react-mobx-materialui-starter
- Owner: heinburger
- License: mit
- Created: 2018-06-27T12:48:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T01:37:39.000Z (about 2 years ago)
- Last Synced: 2023-08-18T09:02:58.179Z (over 1 year ago)
- Topics: boilerplate, create-react-app, jest, material-ui, mobx, react
- Language: JavaScript
- Homepage: https://heinburger.github.io/react-mobx-materialui-starter/
- Size: 4.02 MB
- Stars: 6
- Watchers: 0
- Forks: 4
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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).