When I run this command npx create-next-app --typescript --example with-tailwindcss my_project my project end up looking like this:
How can I install Next.js with Typescript and Tailwindcss without the Javascript files?
When I run this command npx create-next-app --typescript --example with-tailwindcss my_project my project end up looking like this:
How can I install Next.js with Typescript and Tailwindcss without the Javascript files?
Look at this official Git repo Next.js + Tailwind CSS Example you need to run npx create-next-app --example with-tailwindcss with-tailwindcss-app or npx create-next-app --example with-tailwindcss your-app-name-here