summaryrefslogtreecommitdiff
path: root/frontend/README.md
blob: 774a4969d8a617b23ea77c7994dfe837a06b040b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
## 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!