Skip to content

sillsdev/apm

Repository files navigation

apm-vite

An application for desktop and web with electron-vite and vite using React and TypeScript.

Desktop builds based on electron-vite

Recommended IDE Setup

Project Setup

Install

$ npm install

Development

$ npm run dev

lint - static check

$ npm run lint

Format - reformat sources

$ npm run format

Build Desktop

# For windows
$ npm run build:win

# For macOS
$ npm run build:mac

# For Linux
$ npm run build:linux

In order to test and debug web app, launch visual studio code from the src/renderer folder. (There is a readme there with the commands to use.)