A modern, beautiful website built with Next.js, TypeScript, and Tailwind CSS.
- ⚡ Next.js 14 with App Router
- 🎨 Tailwind CSS for styling
- 📘 TypeScript for type safety
- 🌙 Dark mode support
- 📱 Fully responsive design
- ✨ Modern UI/UX with beautiful gradients and animations
First, install the dependencies:
npm installThen, run the development server:
npm run devOpen http://localhost:3000 with your browser to see the result.
BOH4/
├── app/
│ ├── layout.tsx # Root layout
│ ├── page.tsx # Homepage
│ └── globals.css # Global styles
├── public/ # Static assets
├── package.json # Dependencies
└── tsconfig.json # TypeScript config
npm run dev- Start development servernpm run build- Build for productionnpm run start- Start production servernpm run lint- Run ESLint
To learn more about Next.js, take a look at the following resources: