Next.js

Requirements:


Installation

Create project

npm create vite@latest

Add Tailwind and its configuration

Install tailwindcss and its peer dependencies, then generate your tailwind.config.js and postcss.config.js files:

npm install -D tailwindcss postcss autoprefixer
npx tailwindcss init -p

Install Dependencies

npm install

Start the Application

npm run dev

Open in Browser

Open your web browser and navigate to http://localhost:3000 to view the application.