apexo
apexo copied to clipboard
A web/desktop application to manage your dental clinic practice.
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 indist/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 indist/application/
toweb.apexo.app
anddemo.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