Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 354 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 354 Bytes

Mock Bank UI

Mock Bank UI is a simple web app to browse through various loan products and review them.

The repository contains code for a vite based react-app.

Steps to run the project

  1. Clone the repository
  2. Navigate into the cloned directory.
  3. Run yarn to install the required dependencies
  4. Run yarn dev to start the dev server.