https://github.com/dammy001/account-dashboard-app
https://github.com/dammy001/account-dashboard-app
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dammy001/account-dashboard-app
- Owner: dammy001
- Created: 2021-11-18T19:03:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T18:31:22.000Z (7 months ago)
- Last Synced: 2024-10-29T20:37:33.613Z (7 months ago)
- Language: TypeScript
- Size: 2.14 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mono-account-app
## Description
Mono Expense App
## Installation
```bash
$ npm install -g pnpm
``````bash
$ pnpm install
```## Running the app
````bash
# development
$ pnpm dev# build
$ pnpm build## Test
```bash
# unit tests
$ pnpm test
````