Example React app that demonstrates using Create React App, Material-UI, and React Router
git clone https://github.com/nllarson/create-react-app-example.git
cd create-react-app-example
npm i
npm start
Inspired by Matt Zabriskie's react-example presentation / project