Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/heitorgandolfi/expense-tracker


https://github.com/heitorgandolfi/expense-tracker

Last synced: about 15 hours ago
JSON representation

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
```