A NextJs starter kit for mui.
To create a new project using this as a template, run:
$ pnpm create next-app --example https://github.com/xodder/next-mui <project-name><project>
├── public
├── scripts
└── src
├── api
│ └── helpers
├── components
│ ├── generics
│ ├── impls
│ ├── layouts
│ └── shared
├── config
├── guards
├── helpers
├── pages
├── theme
└── utils