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

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

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