https://github.com/kaseyhinton/monthly-expense-planner
https://github.com/kaseyhinton/monthly-expense-planner
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kaseyhinton/monthly-expense-planner
- Owner: kaseyhinton
- Created: 2018-01-18T06:19:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-26T07:07:23.000Z (over 7 years ago)
- Last Synced: 2025-04-01T16:17:01.846Z (3 months ago)
- Language: JavaScript
- Size: 477 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Monthly Expense Planner
Keep track of your monthly recurring expenses
preact, unistore, indexeddb, milligram
## CLI Commands
``` bash
# install dependencies
npm install# serve with hot reload at localhost:8080
npm run dev# build for production with minification
npm run build# test the production build locally
npm run serve
```For detailed explanation on how things work, checkout the [CLI Readme](https://github.com/developit/preact-cli/blob/master/README.md).