1. Craete nextapp 

    npx create-next-app your-project-name


2. Craete nextapp with tailwind css and typescript


    npx create-next-app your-project-name --typescript -e with-tailwindcss


3. Craete nextapp with tailwind css only

    npx create-next-app your-project-name -e with-tailwindcss


4. Craete nextapp with typescript only

    npx create-next-app your-project-name --typescript