create-next-mui-tailwind-app
A CLI tool to create Next.js projects with MUI and Tailwind CSS, optionally with Apollo Client setup.
Usage
- Next.js (Pages Router)
- Material-UI (MUI)
- Tailwind CSS
- TypeScript
- ESLint & Prettier
- Optional Apollo Client setup
Requirements
- Node.js >= 20
- Yarn >= 1.22.19
Options
When creating a new project, you will be asked if you want to include Apollo Client and GraphQL support.
Used
npx create-next-mui-tailwind-app my-app
or
yarn create next-mui-tailwind-app my-app
Project Structure
The generated project will include:
- Basic Next.js setup
- MUI theme configuration
- Tailwind CSS configuration
- TypeScript configuration
- ESLint and Prettier setup
- (Optional) Apollo Client setup
License
MIT