Initialize a Next.js project with TypeScript and basic folder structure suitable for scaling.
Acceptance Criteria
Next.js project created with TypeScript enabled
Clean folder structure (pages, components, styles)
App runs without errors (npm run dev)
Linting passes with no console errors
Initialize a Next.js project with TypeScript and basic folder structure suitable for scaling.
Acceptance Criteria
Next.js project created with TypeScript enabled
Clean folder structure (pages, components, styles)
App runs without errors (npm run dev)
Linting passes with no console errors