Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sendistephen/pos_inventory
An MVP of a Point Of Sale and Inventory desktop app for businesses
https://github.com/sendistephen/pos_inventory
Last synced: 10 days ago
JSON representation
An MVP of a Point Of Sale and Inventory desktop app for businesses
- Host: GitHub
- URL: https://github.com/sendistephen/pos_inventory
- Owner: sendistephen
- Created: 2024-01-25T08:59:55.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-26T09:52:35.000Z (12 months ago)
- Last Synced: 2024-01-26T11:51:51.081Z (12 months ago)
- Language: TypeScript
- Size: 250 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# package.json
An Electron application with React and TypeScript
## Recommended IDE Setup
- [VSCode](https://code.visualstudio.com/) + [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) + [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode)
## Project Setup
### Install
```bash
$ yarn
```### Development
```bash
$ yarn dev
```### Build
```bash
# For windows
$ yarn build:win# For macOS
$ yarn build:mac# For Linux
$ yarn build:linux
```