This is a Next.js application converted from a Vite React app.
First, install the dependencies:
npm installThen, run the development server:
npm run devOpen http://localhost:3000 with your browser to see the result.
src/app/- Next.js app directory with pages and layoutssrc/components/- Reusable React componentssrc/lib/- Utility functions and configurations
npm run dev- Start development servernpm run build- Build for productionnpm run start- Start production servernpm run lint- Run ESLint
/- Home page (Landing page)/dashboard- Dashboard page