This is a Next.js project with TypeScript and Tailwind CSS.
First, install the dependencies:
npm installThen, run the development server:
npm run devOpen http://localhost:3000 with your browser to see the result.
website/
├── app/ # Next.js app directory
│ ├── globals.css # Global styles with Tailwind
│ ├── layout.tsx # Root layout
│ └── page.tsx # Home page
├── components/ # React components
├── public/ # Static assets
├── package.json # Dependencies
├── tsconfig.json # TypeScript configuration
├── tailwind.config.js # Tailwind CSS configuration
└── next.config.js # Next.js configuration
- Next.js 14
- TypeScript
- Tailwind CSS
- React 18