Skip to content

2024-Open-Soft/admin-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Admin Dashboard

Admin access and control center for MFLIX

Table of Contents

Installation

  1. Clone the repository:

    git clone https://github.com/2024-Open-Soft/admin-dashboard.git
  2. Navigate to the project directory:

    cd admin-dashboard
  3. Install dependencies:

    npm install

    or alternatively

    npm i

    Make sure to have nodejs and npm installed

Defining environment variables

REACT_APP_BACKEND_URL='<backend url>'

Run the project

Use the following command to run:

npm start