Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

smo043/nextjs-13-app-dir-mui5

Repository files navigation

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

Next.Js 13 App Router and MUI5

This guide will provide instructions for using MUI5 with latest Next.js App Router.

Prerequisites

  • node (16+)
  • yarn

Technologies used

  • Next.js latest (App Router)
  • MUI5 latest
  • tss-react

Local Development

First, run the development server:

    yarn install
    yarn dev

Open http://localhost:3002 with your browser to see the result.