Kickstart Your Next.js Project with TypeScript, Tailwind CSS, and Storybook in 2025!
Installation :
To create a new Next.js latest app run this command, it will install Typescript , ESLint automatically.
npx create-next-app@latest
After finish install / create Next.js app, we have to install Tailwind CSS! To install run this command...
devbucket.co1 min read