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
- Host: GitHub
- URL: https://github.com/maximemaillet/bank-operations-front
- Owner: MaximeMaillet
- Created: 2019-04-25T19:51:05.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T20:24:05.000Z (over 3 years ago)
- Last Synced: 2025-01-12T18:09:46.496Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://bank.deuxmax.fr
- Size: 8.8 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
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
```