Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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