Challenge
# First, clone this repository:
$ git clone https://github.com/mateusdotcc/money-transfer.git
# Access the project folder in the / cmd terminal:
$ cd money-transfer
# Install the dependencies:
$ yarn or npm i
# Run the application in development mode:
yarn start or npm run start
# The server will start at port: 3000 go to:
http://localhost:3000