Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vitor-msp/simple-bank-front
Front End for consuming Simple Bank API.
https://github.com/vitor-msp/simple-bank-front
nodejs reactjs tailwindcss typescript
Last synced: 4 days ago
JSON representation
Front End for consuming Simple Bank API.
- Host: GitHub
- URL: https://github.com/vitor-msp/simple-bank-front
- Owner: vitor-msp
- Created: 2023-09-18T19:45:07.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-25T12:54:09.000Z (about 1 year ago)
- Last Synced: 2023-09-26T10:05:07.453Z (about 1 year ago)
- Topics: nodejs, reactjs, tailwindcss, typescript
- Language: TypeScript
- Homepage:
- Size: 938 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Bank Front
#### Front End for consuming Simple Bank API
![website demo](assets/demo.gif)
The API be available [in this repository](https://github.com/vitor-msp/simple-bank-api)
## Execution
1. Clone this repository
```
git clone https://github.com/vitor-msp/simple-bank-front.git
```2. Access the downloaded folder
```
cd simple-bank-front
```3. Create file with environment variables
```
cp .env.sample .env
```4. Install Node dependencies
```
npm install
```5. Run site
```
npm start
```6. Access [site URL](http://localhost:3000)
## Notes
1. The port 3000 in your machine must be free