๐Ÿ“ฆ mui / workshop-joy-datagrid

โ˜… 9 stars โ‘‚ 5 forks ๐Ÿ‘ 9 watching
๐Ÿ“ฅ Clone https://github.com/mui/workshop-joy-datagrid.git
HTTPS git clone https://github.com/mui/workshop-joy-datagrid.git
SSH git clone git@github.com:mui/workshop-joy-datagrid.git
CLI gh repo clone mui/workshop-joy-datagrid
siriwatknp siriwatknp change delay to 700 267b73f 2 years ago ๐Ÿ“ History
๐Ÿ“‚ master View all commits โ†’
๐Ÿ“ public
๐Ÿ“ src
๐Ÿ“„ .eslintrc.cjs
๐Ÿ“„ .gitignore
๐Ÿ“„ index.html
๐Ÿ“„ package.json
๐Ÿ“„ README.md
๐Ÿ“„ vite.config.js
๐Ÿ“„ yarn.lock
๐Ÿ“„ README.md

Workshop - Joy UI x Data Grid

This workshop will show you how to build a robust data table using MUI X Data Grid and Joy UI.

Prerequisite

You should have basic knowledge of these technology:

Get started

  • Pull the repo
  • Install the dependencies with your preferred choices
// 1. using yarn
   yarn install

   // 2. using npm
   npm install

   // 3. using pnpm
   pnpm install

  • Start the development server, for example, if you use yarn:
yarn dev

  • Visit http://localhost:5173/ in your browser.

Solution

See step-by-step branch to learn what's changed in each commit.

Troubleshoot

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.