lkafle / project-connect-daily-check-app

A desktop application that is used by school to send daily internet connectivity information to Project Connect.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UNICEF PDCA

Daily Check App

To create build from ionic, need to run this command.

ionic build (For dev environment)

OR

ionic build --prod (For production environment)

After running this command the build will be generated. Now we need to transfer the build to electron. For doing this we need to run the following command.

npx cap sync @capacitor-community/electron

After that we need to go inside the electron folder

cd .\electron\

After that, to create the windows build (.exe or msi), run the following command

npm run electron:make

The windows build can be found inside /electron/dist/ folder.

About

A desktop application that is used by school to send daily internet connectivity information to Project Connect.


Languages

Language:TypeScript 60.3%Language:SCSS 14.8%Language:JavaScript 13.1%Language:HTML 11.8%