Skip to content

Latest commit

 

History

History

README.md

Smart Dashboard

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.

Getting Started

Install dependencies:

npm install

Run the development server:

npm run dev

Then open http://localhost:3000 to view the dashboard starter.

Features

  • App Router with a Tailwind CSS powered hero and analytics overview section.
  • Example OverviewCard component in src/components demonstrating the @/* import alias.
  • Preconfigured ESLint and TypeScript for consistent, type-safe development.
  • Tailwind config with opinionated colors suited for dashboard UI foundations.

Deployment

Create an optimized production build:

npm run build

Start the production server:

npm run start

The project is ready to deploy to platforms that support Next.js, such as Vercel or Netlify.