- React
- MUI (Material-UI) — React component library implementing Material Design.
- JavaScript, HTML, CSS
react-mui/
├── public/ # Static assets served as-is (index.html, icons, etc.)
├── src/ # Application source (React components, styles)
├── package.json # Scripts and dependencies
├── yarn.lock # Exact dependency versions
└── README.md # Project documentation (this file)
Note: CRA builds to the
build/directory by default.
git clone https://github.com/Caiko/react-mui.git
cd react-muiUsing npm:
npm installOr yarn:
yarnnpm start
# or
yarn startOpen http://localhost:3000 in your browser. The page reloads on save and shows lint errors in the console.