https://github.com/mwesterham/poc-inventory-manager
Proof of concept for a pos/inventory management system using electron-forge
https://github.com/mwesterham/poc-inventory-manager
Last synced: about 1 month ago
JSON representation
Proof of concept for a pos/inventory management system using electron-forge
- Host: GitHub
- URL: https://github.com/mwesterham/poc-inventory-manager
- Owner: mwesterham
- Created: 2024-12-27T06:32:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-27T06:38:29.000Z (over 1 year ago)
- Last Synced: 2024-12-27T07:27:17.522Z (over 1 year ago)
- Language: TypeScript
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Summary
Proof of concept for point-of-sale (pos) inventory management system which uses electron forge and local file commands to save orders.
### Setup
```
npm install
```
### Development
```
npm start
```
### Packaging
```
npm run make
```
You can find the executable in the generated `/out` folder