๐ A Dashboard for financial control
Access the application:
- Email: [email protected]
- Password: 123
The following tools were used in the construction of the project:
# Clone the repository using git
$ git clone https://github.com/JuanPabllo/minha-carteira-dashboard.git
# Access the project folder
$ cd minha-carteira-dashboard
This project use third party dependencies that need to be installed, use that command to install all needed dependencies
$ yarn install
or
$ npm i
To start the Server run the command
# Entering in directory
$ cd minha-carteira-dashboard
# Run the server
$ yarn start
or
$ npm run start
This project is under the MIT license. See the LICENSE for more information.