To run the FinanceX application locally, follow these steps:
- Clone the repository:
git clone https://github.com/CYBWEBALI/FinanceXReact.git
- Navigate to the project directory:
cd FinanceXReact
- Install the dependencies:
npm install
- Start the development server:
npm run dev
- Open your browser and visit
http://localhost:5173
to access the application.
Note: You will need to have Node.js and npm (Node Package Manager) installed on your system.