jzhupan / tech-jobs

Trying out GitHub pages with a React app.
1 stars 0 forks source link

MUI installation complete #2

Closed jzhupan closed 6 months ago

jzhupan commented 6 months ago

Installed commands: npm install @mui/material @emotion/react @emotion/styled npm install @fontsource/roboto npm install @mui/icons-material

Added peer dependencies:

"peerDependencies": {
  "react": "^17.0.0 || ^18.0.0",
  "react-dom": "^17.0.0 || ^18.0.0"
},