Run this locally in your system:

  1. Clone the repository:
    git clone https://github.com/amarnath-dev/Upwealth-UI.git
  2. Navigate to the project directory:
    cd Upwealth
  3. Install dependencies for both frontend and backend:
    cd client
    npm install
    npm run dev
  4. Access application in your browser at http://localhost:5173/.