Skip to content

Latest commit

 

History

History
30 lines (27 loc) · 680 Bytes

File metadata and controls

30 lines (27 loc) · 680 Bytes

next-mui

A NextJs starter kit for mui.

Getting Started

To create a new project using this as a template, run:

$ pnpm create next-app --example https://github.com/xodder/next-mui <project-name>

Directory Structure

<project>
├── public
├── scripts
└── src
    ├── api
    │   └── helpers
    ├── components
    │   ├── generics
    │   ├── impls
    │   ├── layouts
    │   └── shared
    ├── config
    ├── guards
    ├── helpers
    ├── pages
    ├── theme
    └── utils