An open API service indexing awesome lists of open source software.

https://github.com/maximemaillet/bank-operations-front

Front for BankOperations
https://github.com/maximemaillet/bank-operations-front

Last synced: over 1 year ago
JSON representation

Front for BankOperations

Awesome Lists containing this project

README

          

# BankOperations - Front

Front for manage bank operations with BankOperations API (https://github.com/MaximeMaillet/bank-operations-api)

## Install

Install correct node version :

```bash
nvm install
```

Install dependencies :
```bash
npm install
```

Run :

```bash
npm start
```