Files
2025-07-12 21:19:35 -05:00

5.0 KiB


Logo

Elegent Admin Dashboard




Table of Contents
  1. About The Project
  2. Getting Started
  3. License
  4. Acknowledgments


About The Project

Product Name Screen Shot

(back to top)

Built With :

React Material E-Chart

(back to top)

Getting Started

Prerequisites

Before you begin, ensure you have met the following prerequisites:

  • Node.js installed on your local machine
  • npm or yarn package manager installed with Node.js

Installation

Follow these steps to get your project up and running:

  1. Clone the repository
    git clone https://github.com/themewagon/elegent.git
    
  2. Navigate to the project directory
    cd elegent
    
  3. Install dependencies
    npm install
    
  4. Start the development server
    npm run dev
    
    Open your web browser and navigate to http://localhost:3000/elegent to view this application.

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)