To use the Material-UI package in your Catalyst application, kindly navigate to your client directory and run the following commands:
npm install @mui/material
npm install @emotion/react
npm install @emotion/styled
Then, try to test your application using the “catalyst serve” command.