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

https://github.com/ramsunvtech/simple-banking-app

Simple Banking App
https://github.com/ramsunvtech/simple-banking-app

react

Last synced: 2 months ago
JSON representation

Simple Banking App

Awesome Lists containing this project

README

          

# Simple Banking App

## Installation

### Step 1: Install the Node Modules.

```
npm i --verbose
```

### Step 2: Start Local Server.

```
npm run start
```

### (Optional) Step 4: If you want to Run App Offline.

```
npm run mock:server
```