This is the standalone desktop version of AVisualizer, built with Electronjs
To build the project install
npm install -g --save-dev electron
To create a executable app install
npm install -g electron-packager --save-dev
To ensure all packages are met, run
npm install
Build the angular project
ng build
To build the app use
electron-packager [Path] --platform=[Desired_OS]
Where
- Path - is the path to avisualizer-frontend folder
- Desired_OS - the ose desired to build the app (win32=windows, linux=linux distros and darwin=macOS)