Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/isaac-alencar/transactions-app
https://github.com/isaac-alencar/transactions-app
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/isaac-alencar/transactions-app
- Owner: Isaac-alencar
- Created: 2024-05-23T16:44:47.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-31T14:54:41.000Z (7 months ago)
- Last Synced: 2024-05-31T16:38:22.044Z (7 months ago)
- Language: TypeScript
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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**