Skip to content

Latest commit

 

History

History
57 lines (42 loc) · 1.11 KB

README.md

File metadata and controls

57 lines (42 loc) · 1.11 KB

Majlis

An Electron application with React

Recommended IDE Setup

Electron-vite

Prerequisites:

  • make sure that node and npm are installed by running the following commands
node -v
npm -v

NOTE: install them if they are not installed.

Create the Setup

To create a setup for our electron application use the following:

npm create @quick-start/electron@latest
  • Set as follwing:
  1. project name: pfcpi.
  2. choose react.
  3. select NO.
  4. select NO.
  5. select NO.

Enter your app directory

cd electron-app

install the required dependencies using this command

npm install

try your app

npm run dev

Build your app for windows!

  • NOTE: make sure to run VSCODE as an administrator
npm run build:win

Please note that you should change the email accounts/SMPTP in the backend files for mailing services.

🎉 🎉 Congratulations