Skip to content
forked from LINCnil/pia-app

Exécutable permettant de lancer l’application (front office) PIA sur son ordinateur. C’est une version portable de l’outil PIA. | Executable to launch the PIA application on your computer. It is a stand-alone version of the PIA application.

License

Notifications You must be signed in to change notification settings

ParisiLabs/pia-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PIA Electron Application

Installation

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer.

First you need to build the angular application and copy the dist directory to the root of the PIA Electron Application.

From your command line:

npm install -g electron
# Clone this repository
git clone https://github.com/LINCnil/pia-app
# Go into the repository
cd pia-app
# Install dependencies (You can use YARN instead of npm install)
npm install
# Run the app
npm start

For distribution

Install electron-builder:

npm install -g electron-builder

Build with the command:

For MacOs users: npm run mac

For GNU/Linux users: npm run linux

For Windows users: npm run win

Note: If you're using Linux Bash for Windows, see this guide or use node from the command prompt.

Resources for Learning Electron

About

Exécutable permettant de lancer l’application (front office) PIA sur son ordinateur. C’est une version portable de l’outil PIA. | Executable to launch the PIA application on your computer. It is a stand-alone version of the PIA application.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 92.7%
  • HTML 7.3%