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 dele...
afoxcute.hashnode.dev1 min read