Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/heitorgandolfi/expense-tracker
https://github.com/heitorgandolfi/expense-tracker
Last synced: about 15 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/heitorgandolfi/expense-tracker
- Owner: heitorgandolfi
- Created: 2024-06-16T19:35:57.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-16T22:33:02.000Z (5 months ago)
- Last Synced: 2024-06-17T23:31:18.434Z (5 months ago)
- Language: Vue
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
An intuitive Vue-based expense tracker app designed for educational purposes.
## Project Setup
```sh
npm install
```### Compile and Hot-Reload for Development
```sh
npm run dev
```### Compile and Minify for Production
```sh
npm run build
```