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@latestThe 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-appSpecify your project name instead of my-app.