Create nextjs app with typescript, eslint and tailwindcss

npx create-next-app@latest --typescript --eslint --example with-tailwindcss

Use the above command to quickly bootstrap a nextjs app with ts, eslint and tailwindcss.

If you are using yarn, After running the above command successfully you need to delete package-lock.json and node modules then run yarn install and yarn import.

Voila!!! you have your nextjs app with yarn package manager.