LeGraphApp

This is desktop aplication based on Electron and Angular for learning operations on graphs.

Build

Install npm from https://www.npmjs.com/get-npm

Install Electron via npm install -g electron.

Run npm run build to build the project.

Run

Run npm start to start aplication.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

Generate portable executable file

Run npm dist to genrate .exe file in release folder