This is a Next.js project bootstrapped 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.
You can start editing the page by modifying src/app/page.tsx. The page auto-updates as you edit the file.
src/app/- Next.js app directorysrc/app/layout.tsx- Root layout componentsrc/app/page.tsx- Home pagesrc/app/globals.css- Global styles with Tailwind