Download the example or clone the repo:
git clone https://github.com/steve8708/mui-vite.git
cd mui-vite
Install it and run:
npm install
npm run dev
This example demonstrates how you can use Tailwind CSS and Vite together with Material UI.
It includes @mui/material
and its peer dependencies, including Emotion, the default style engine in Material UI, as well as several examples of using MUI components.
You now have a working example project. You can head back to the documentation and continue by browsing the templates section.