Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 474 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 474 Bytes

react-mobx-materialui-starter

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

get started

git clone https://github.com/heinburger/react-mobx-materialui-starter.git
cd react-mobx-materialui-starter
npm install
npm start

deploy (gh-pages)

npm run deploy

testing

npm test

This project was bootstrapped with Create React App.