This is a demo web application built with Next.js and Tailwind CSS.
- Next.js app directory structure
- TypeScript support
- Tailwind CSS for styling
- Responsive layout with example links and images
-
Install dependencies:
npm install
-
Run the development server:
npm run dev
Open http://localhost:3000 in your browser.
src/app/page.tsx
: Main page componentpublic/
: Static assets (SVGs, data files)globals.css
: Global styles
Deploy easily to Vercel or any platform supporting Next.js.