https://github.com/janza/billsplitter
Split the bills with your group
https://github.com/janza/billsplitter
Last synced: 3 months ago
JSON representation
Split the bills with your group
- Host: GitHub
- URL: https://github.com/janza/billsplitter
- Owner: janza
- License: mit
- Created: 2018-05-13T21:31:51.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-03-07T12:02:27.000Z (about 4 years ago)
- Last Synced: 2025-01-05T23:27:43.861Z (4 months ago)
- Language: JavaScript
- Homepage: https://godutch.josip.dev/
- Size: 115 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# billsplitter
## 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# run tests with jest and preact-render-spy
npm run test
```For detailed explanation on how things work, checkout the [CLI Readme](https://github.com/developit/preact-cli/blob/master/README.md).