An non-official web-based application for the Inter Bank.
This application bootstraps from webpack-setup-for-react.
Have the following pre-installed:
- Clone the repository:
git clone https://github.com/fariasmateuss/inter-bank-client.git
- Create a copy of the
.env.examplefile and rename it to.env.local:
cp .env.example .env.local-
Put your API key in the
.env.localfile. -
Run the application:
yarn dev
Open http://localhost:3000 with your browser to see the result.
This application use the backend available at inter-bank-server. Follow the README.md file to see how to use the API.
- Fork the repository
- Create a new branch
- Make the changes
- Commit and push
All PR's are welcome!
This project is licensed under the MIT license.



