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
- Host: GitHub
- URL: https://github.com/ramsunvtech/simple-banking-app
- Owner: ramsunvtech
- Created: 2020-07-16T13:56:33.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-06T07:23:59.000Z (over 5 years ago)
- Last Synced: 2025-01-24T06:12:57.992Z (over 1 year ago)
- Topics: react
- Language: JavaScript
- Homepage: https://ramsunvtech.github.io/simple-banking-app/
- Size: 445 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: ReadMe.md
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
```