chore: update electron example (#210)

Add examples to electron path
Add run command
This commit is contained in:
John Poth 2021-10-16 08:40:09 +02:00 committed by GitHub
parent 21e3ad51af
commit 7c00b85183
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -16,10 +16,14 @@ computer.
* After building the web application, navigate to the ```electron``` directory
and execute following commands to build the executable:
```bash
cd electron
cd examples/electron
npm install
npm run dist
```
* Run the application:
```bash
npm start
```
If you encounter any issues, please check the troubleshooting below.