Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/isaac-alencar/transactions-app


https://github.com/isaac-alencar/transactions-app

Last synced: 22 days ago
JSON representation

Awesome Lists containing this project

README

        

# Transactions APP

# Get started

# How to run it locally

1. clone the repository

```sh
git clone [email protected]:Isaac-alencar/transactions-app.git
```

2. move to the repository folder
```sh
cd transactions-app/
```

3. install the dependencies
```sh
npm install # or yarn
```

4. running the project
```sh
npm run dev # or yarn dev
```

Then you can check the navigate to `http://localhost:5173/` to check the application running

**You will need to have the backend app running in order to see the transactions and create a new one**