summaryrefslogtreecommitdiff
path: root/frontend/README.md
blob: 57ac5a5221502c42668c08f7f3643650a5480ab9 (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
- Yarn version: 1.22.4

## 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 `yarn install` to install the required dependencies for the project.
3. Run `yarn start` to start the project.
4. Go to `http://localhost:3000/` and use the app!