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.example
file and rename it to.env.local
:
cp .env.example .env.local
-
Put your API key in the
.env.local
file. -
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.