A modern landing page for DYOTA's MVP development service built with Next.js 14, React 18, TypeScript, and Tailwind CSS.
- Modern, responsive design
- Server-side rendering with Next.js
- Type-safe development with TypeScript
- Styling with Tailwind CSS
- Interactive components with React
- Icon system using Lucide React
- Install dependencies:
npm install
- Run the development server:
npm run dev
- Open http://localhost:3000 in your browser.
/src/app/*
- Next.js 14 app router pages/src/components/*
- Reusable React components/public/*
- Static assets like images
npm run dev
- Start development servernpm run build
- Build for productionnpm start
- Start production servernpm run lint
- Run ESLint
- Next.js 14
- React 18
- TypeScript
- Tailwind CSS
- Lucide React Icons