Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.21 KB

README.md

File metadata and controls

41 lines (29 loc) · 1.21 KB

Next.js Dashboard Project

This project is based on the official Next.js tutorial to help users learn and practice Next.js. The dashboard application demonstrates essential features of Next.js, including server-side rendering, API routes, and dynamic routing, in a real-world project.

Features 🖥️ Dynamic Dashboard Layouts: A modern and responsive design for managing and displaying data. ⚡ Next.js Features: Includes examples of: Static Site Generation (SSG) Server-Side Rendering (SSR) Dynamic Routing

API Routes 🔍 Optimized for SEO: Built-in optimizations provided by Next.js for faster and better search rankings. 🚀 Performance-Driven: Utilizes modern web performance features like pre-fetching and image optimization.

Getting Started Prerequisites Node.js (version 18 or above recommended) pnpm package manager installed globally

Installation Clone the repository:

git clone https://github.com/z-evm/dashboard.git cd dashboard

Install dependencies: pnpm install

Start the development server:

pnpm run dev Visit http://localhost:3000 to view the dashboard in your browser.

Build and run:

pnpm run build pnpm start

License This project is licensed under the MIT License. See the LICENSE file for details.