https://github.com/mui/workshop-joy-datagrid.git
This workshop will show you how to build a robust data table using MUI X Data Grid and Joy UI.
You should have basic knowledge of these technology:
Array.map and async/await// 1. using yarn
yarn install
// 2. using npm
npm install
// 3. using pnpm
pnpm install
yarn dev
http://localhost:5173/ in your browser.See step-by-step branch to learn what's changed in each commit.
This project uses vite for running development server but if you encounter any problem, you can create a new project with create react app and install the dependencies.