The API be available in this repository
- Clone this repository
git clone https://github.com/vitor-msp/simple-bank-front.git
- Access the downloaded folder
cd simple-bank-front
- Create file with environment variables
cp .env.sample .env
- Install Node dependencies
npm install
- Run site
npm start
- Access site URL
- The port 3000 in your machine must be free