- clone the git repository using the command below
git clone https://github.com/agucchristopher/react-dashboard.git
- cd into the folder
cd react-dashboard
- Install the required dependencies
npm i
- Start your development server on
https://127.0.0.1:5173
orhttps://localhost:5173
npm run dev