Biolac
v0.0.1
Published
Sistema de Gestion de laboratorio
Downloads
1
Readme
biolac-lis
Cliente para utilizar en Laboratorios de Analisis Clinicos .
Sistema de Gestion de laboratorios Quick Start Guide Documentacion para implementacion del sistema.
Esta aplicacion debe utilizarse junto con Biolac REST RESTFUL api ServerSide app para la gestion del laboratorio.
Esta aplicacion require todos los archivos guardados en el sistema.:
package.json
- Points to the app's main file and lists its details and dependencies.main.js
- Starts the app and creates a browser window to render HTML. This is the app's main process.index.html
- A web page to render. This is the app's renderer process.
You can learn more about each of these components within the Quick Start Guide.
To Use
To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
git clone [email protected]:juanmaobarrio/biolac.git
# Go into the repository
cd biolac
# Install dependencies and run the app
npm install && npm start
Learn more about Electron and its API in the documentation.