Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mafifa/fac-inv
https://github.com/mafifa/fac-inv
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mafifa/fac-inv
- Owner: Mafifa
- Created: 2025-01-06T16:47:35.000Z (21 days ago)
- Default Branch: master
- Last Pushed: 2025-01-07T22:27:43.000Z (20 days ago)
- Last Synced: 2025-01-07T23:28:31.329Z (20 days ago)
- Language: TypeScript
- Size: 439 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fac-inv
An Electron application with React and TypeScript
## TODO LIST
- Arreglar la tasa con la que se muestran los precios en el inventario
- Buscar la forma te integrar la logica de negocio, bolivares paralelos
- Integrar configuraciones del menu
## 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
$ npm install
```### Development
```bash
$ npm run dev
```### Build
```bash
# For windows
$ npm run build:win# For macOS
$ npm run build:mac# For Linux
$ npm run build:linux
```