This project is a bootstrapped Next.js 14 application configured with TypeScript, ESLint, Tailwind CSS, and an initial landing page for a smart analytics dashboard experience.
Install dependencies:
npm installRun the development server:
npm run devThen open http://localhost:3000 to view the dashboard starter.
- App Router with a Tailwind CSS powered hero and analytics overview section.
- Example
OverviewCardcomponent insrc/componentsdemonstrating the@/*import alias. - Preconfigured ESLint and TypeScript for consistent, type-safe development.
- Tailwind config with opinionated colors suited for dashboard UI foundations.
Create an optimized production build:
npm run buildStart the production server:
npm run startThe project is ready to deploy to platforms that support Next.js, such as Vercel or Netlify.