Installation & Running the Frontend Clone the repository:
git clone https://github.com/shruti4265/Dashboards.git
Navigate to the project directory:
cd Dashboards
Install dependencies:
npm install
(or yarn install if you use yarn)
Run the development server:
npm run dev