alexcorvi / apexo

A web/desktop application to manage your dental clinic practice.

Home Page:https://apexo.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Apexo Dental Clinic Manager

Building from source & Deployment

After cloning the repository, run yarn install, this will install the required dependencies. then run yarn run prod to build for production, or yarn run dev to build for development.

Scripts

  • yarn run prod: build for production.
  • yarn run dev: build for development.
  • yarn run lint: run ts-lint on the project.
  • yarn run serve: run a localhost server that serves the files in dist/application/.
  • yarn run build-desktop: will create a desktop electron application that loads the URL: web.apexo.app.
  • yarn run upload: will upload the files in dist/application/ to web.apexo.app and demo.apexo.app.
  • yarn run deploy: will build the application in production mode and then upload it just like the aforementioned script.
  • yarn run jest: will run unit tests.
  • yarn run cypress: will run e2e tests.

Documentation


License: The MIT License (MIT) - Copyright (c) Alex Corvi

About

A web/desktop application to manage your dental clinic practice.

https://apexo.app

License:MIT License


Languages

Language:TypeScript 84.0%Language:SCSS 14.7%Language:HTML 0.7%Language:JavaScript 0.4%Language:Shell 0.2%