Next MUI

Quick Start

Setup Next + MUI project

Start CLI

You can simply start with the most relevant cli for setting up your nextjs with mui application.

npx create-next-mui@latest

# or

npm init next-mui@latest

The command will spin up an interactive interface for further inputs.

Basic setup

The CLI supports project name as the first argument value.

npx create-next-mui@latest my-app

Specify your project name instead of my-app.

On this page