Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 613 Bytes

README.md

File metadata and controls

40 lines (28 loc) · 613 Bytes

Simple Bank Front

Front End for consuming Simple Bank API

website demo

The API be available in this repository

Execution

  1. Clone this repository
git clone https://github.com/vitor-msp/simple-bank-front.git
  1. Access the downloaded folder
cd simple-bank-front
  1. Create file with environment variables
cp .env.sample .env
  1. Install Node dependencies
npm install
  1. Run site
npm start
  1. Access site URL

Notes

  1. The port 3000 in your machine must be free