hiteshmeta85 / dashboard-ui

Modern Dashboard UI built with Next.js, Tailwind CSS, and Typescript

Home Page:https://dashboard-ui-x.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dashboard UI

Sample

Installation

  1. Clone the repository
  2. Run npm install to install the dependencies
  3. Setup your .env file
  4. Run npm run dev to start the development server
  5. Run npm run build to build the project
  6. Run npm run start to start the production server

Node Version

v18.13.0

Technologies Used & Links

Prettier and Eslint Commands

Prettier Check

npx prettier --check .

Prettier Write

npx prettier --write .

Eslint Check

npx elsint .

Eslint Fix

npx eslint --fix .

About

Modern Dashboard UI built with Next.js, Tailwind CSS, and Typescript

https://dashboard-ui-x.vercel.app


Languages

Language:TypeScript 98.0%Language:JavaScript 1.8%Language:CSS 0.2%