npx create-next-app -e with-tailwindcss my-project
this only seems to congifure tailwind
npx create-next-app -ts
this only configure typescript
npx create-next-app -e with-tailwindcss my-project -ts
this dosent seem to work
npx create-next-app -e with-tailwindcss my-project
this only seems to congifure tailwind
npx create-next-app -ts
this only configure typescript
npx create-next-app -e with-tailwindcss my-project -ts
this dosent seem to work
I am afraid there is no such template right now for both of this things. I suggest you to init both templates then manually copy needed files (tailwind.config, postcss.config and etc.) from tailwind folder to typescript folder.