Skip to content

joao-manoel/agenda-financeira-web

Repository files navigation

Welcome to Agenda Financeira

📖 Overview

Agenda Financeira is an application to help you manage your personal finances.

Preview

normal

🚀 Technology

React.js Typescript Next.js

🔥 Running the project

## Clone this repository
$ git clone https://github.com/joao-manoel/move-up.git

## Access the project folder at the command prompt
$ cd move-up

## Install the dependencies
$ yarn install
or
$ npm install

## Run 
### Run the application
$ yarn dev
or 
$ npm run dev

## The app is running on port 3000 - go to <http:// localhost: 3000>