Next MUI
Configs

Options

CLI options

Interactive options to curate your desired project.

Arguments

The CLI extends it capablity using arguments ( flags )

Project Name

npx create-next-mui@latest <project-name>

The above command Initializes a new project with specified project name.

Know

<project-name> as . for using the current directory as base directory.

Plugin Integration

npx create-next-mui@latest add <plugin-name>

The above command Integrates a plugin in existing project.

Templates

  • TypeScript
  • JavaScript

Features

  • Zustand: State management utility library to handle complex states
  • TanStack Query: Also known as React Query for client side data revalidation and caching

On this page