Material UI has included this example in their repository. This repository is now being archived. Please use the example from this link - https://github.com/mui/material-ui/tree/next/examples/material-ui-nextjs-ts
This guide will provide instructions for using MUI5 with latest Next.js App Router.
- node (16+)
- yarn
- Next.js latest (App Router)
- MUI5 latest
- tss-react
First, run the development server:
yarn install
yarn dev
Open http://localhost:3002 with your browser to see the result.