Skip to content

mateusdotcc/cash-transfer

Repository files navigation

Money Transfer App

Money Transfer App

Challenge

Technology

Getting Started

# 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

Technology