## LibEuFin Frontend LibEuFin Frontend is a Single Page Application (SPA) built using React that facilitates setting up access to bank accounts, querying/displaying the transaction history of bank accounts and initiating payments. ## System requirements - Node version: 10.16.0 - Npm version: 6.9.0 - [pnpm](https://pnpm.io/) version: 7.12.2 ## Installation Note: The frontend calls the APIs of the Nexus server, which runs on port 5000. Make sure that the Nexus server is running before executing these steps. 1. Navigate to `/frontend`. 2. Run `pnpm i` to install the required dependencies for the project. 3. Run `pnpm start` to start the project. 4. Go to `http://localhost:3000/` and use the app!