**eazze** is a powerful command-line tool designed to streamline the setup of a Next.js project with Tailwind CSS. It offers seamless integration of popular UI libraries such as Shadcn, Chakra UI, and PrimeReact, allowing you to kickstart your project eff
npm install eazzebash
npm install eazze
npx next-tailwind-kit
`
`bash
Example
step 1) Navigate to your desired directory:
step-2) cd my-project-directory
commands
npm install eazze
npx next-tailwind-kit
`
Step-4) Select the UI library you want to install (Shadcn, Chakra UI, PrimeReact).
Once the setup is complete, navigate into the project folder and start developing:
`bash
cd my-new-project
npm run dev
``