Skip to content

scrodrig/nextjs-dashboard

Repository files navigation

Next.js Dashboard

This is a dashboard project built with Next.js.

Getting Started

Prerequisites

  • Node.js (version 18.X.X)
  • npm (version 10.3.X)

Installation

  1. Clone the repository:
git clone https://github.com/scrodrig/nextjs-dashboard.git
  1. Install the dependencies:
cd nextjs-dashboard
npm install

Usage

  1. Start the development server:
npm run dev

Mind to have a .env file for variables

  1. Open your browser and navigate to http://localhost:3000.

License